Mega Code Archive

 
Categories / Oracle PLSQL / User Previliege
 

Create a user, grant permission and alter its password

create user hr_audit identified by hr_audit; grant create session, resource to hr_audit; alter user hr_audit identified by oracle;