Mega Code Archive
Categories
/
Oracle PLSQL Tutorial
/
User Privilege
Creates a user named jason with a password of pass
SQL> SQL> --CONNECT system/manager SQL> CREATE USER jason IDENTIFIED BY pass; User created. SQL> SQL> DROP USER jason; User dropped.