Mega Code Archive

 
Categories / Oracle PLSQL Tutorial / User Privilege
 

User space

create user hr_audit identified by hr_audit / grant create session, resource to hr_audit / alter user hr_audit identified by oracle; alter user hr_audit default tablespace users temporary tablespace temp; SQL>