Mega Code Archive

 
Categories / Oracle PLSQL / User Previliege
 

Assign CONNECT and RESOURCE Roles

SQL> SQL> CREATE USER Alice IDENTIFIED BY simplepassword; User created. SQL> SQL> GRANT CONNECT, RESOURCE to Alice; Grant succeeded. SQL> SQL> SQL> drop user alice; User dropped. SQL> SQL>