Granting System Privileges
CREATE SESSION : Connect to the databaseCREATE TABLE : Create tables in the user's schemaCREATE SEQUENCE : Create a sequence in the user's schemaCREATE VIEW : Create a view in the user's schemaCREATE PROCEDURE : Create a stored procedure, function, or package in the user's schema Syntax ) GRANT privilege [, privilege...] TO user [, user | role, PUBLIC...]; Current system privileges can be found ..