Mega Code Archive

 
Categories / Oracle PLSQL Tutorial / User Privilege
 

Create user with storage quota

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     quota unlimited on users     quota 10M on temp     quota 0M on system;