Create user in oracle
SYNTAX :
oracle configurationintermediate
by OracleDba
14 views
SYNTAX :
12345678910
SYNTAX :
create user identified by default tablespace  temporary tablespace ;
Eg:
create user SCOTT identified by oracle#41234
default tablespace users
temporary tablespace TEMP;
create user SCOTT identified by oracle#41234
default tablespace users
temporary tablespace TEMP
password expire;Please to add comments
No comments yet. Be the first to comment!