User Privilege Oracle PLSQL Tutorial

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;