Online Alter User eLearning Training
From 123-CBT Computer Based Training
Oracle SQL Specifics Creating and Managing Database Objects

...ser privileges to the operations they authorize.
Use the ALTER USER statement to change your password.
Use the GRANT statement to give another user access to your database objects.
Use the GRANT statement with the WITH GRANT OPTION keyword to give another user access to your database objects and allow that user to pass these privileges.
Query the USER_TAB_PRIVS_RECD data dictionary table to
more...
