| A | B |
| CREATE SESSION Privilege | the right to connect to the database |
| Role | a named group of related privileges that can be granted to the user. |
| Database Link Connections | allows local users to access data on a remote database. |
| Object Privileges | the right to manipulate the content of the objects in the database. |
| ALTER USER | the right to change your password. |
| PUBLIC Privilege | the right of an owner of a table to grant access to all users. |
| System Privileges | the right to access the database and its objects. |
| Privilege | the right to execute particular SQL statements. |
| GRANT Privilege | the right to grant specific system privileges to a user. |
| WITH GRANT OPTION | allows the grantee to grant the object privileges to other users and roles. |