Mega Code Archive

 
Categories / Oracle PLSQL / User Previliege
 

Create a user and grant the permission

create user rntsoft identified by password; grant create session, dba to rntsoft; connect rntsoft/password; --DROP USER rntsoft;