Creating and Deleting User in Oracle
Oracle with Linux, Commands
Command for creating a new user in oracle :
CREATE USER <> IDENTIFIED BY <> DEFAULT TABLESPACE <
Command for creating a new user in oracle :
CREATE USER <> IDENTIFIED BY <> DEFAULT TABLESPACE <
TEMPORARY TABLESPACE temp QUOTA 50M ON <>; In oracle users can be created by the above syntax ,but before creating a new user one have to create table space ......Read more

Comments
Post a Comment