Oracle Programming/Controlling User Access
Differentiating system privileges from object privileges
Granting privileges on tables
Viewing privileges in the data dictionary
Granting roles
syntax:GRANT role TO user example: GRANT dba TO scott
syntax:GRANT role TO user example: GRANT dba TO scott