Database Administration: Create and Manage Database User Accounts Chapter 8 (OCA Oracle Exam Book)
Database Administration: Create and Manage Database User Accounts Chapter 8 (OCA Oracle Exam Book)
User
Two types
1. System privilege
2. Object Privilege
SYSTEM PRIVILEGES
There are about two hundred system privileges. Most apply to actions that affect
the data dictionary, such as creating tables or users. Others affect the database or
the instance, such as creating tablespaces, adjusting instance parameter values, or
establishing a session. Some of the more commonly used privileges are
■ CREATE SESSION This lets the user connect. Without this, he/she
cannot even log on to the database.
■ RESTRICTED SESSION If the database is started with STARTUP
RESTRICT, or adjusted with ALTER SYSTEM ENABLE RESTRICTED
SESSION, only users with this privilege will be able to connect.
SYSTEM PRIVILEGES