Create a user and drop it : Create User « User Previliege « Oracle PL / SQL






Create a user and drop it

 
create user java2s identified by password;

grant create session, dba to java2s;

connect java2s/password;

--DROP USER java2s;


           
         
  








Related examples in the same category

1.Create User demo
2.Create user and assign password
3.Create user: default tablespace, temporary tablespace, quota