June 2016
Intermediate to advanced
388 pages
5h 49m
English
A common user is a user created in the root container, which has the same identity across all containers. The main purpose of a common user is to perform "infrastructure" administrative tasks, such as starting up a CDB, plugging and unplugging PDBs, and opening PDBs. There are two types of common users: Oracle-supplied (for example, SYS and SYSTEM) and user-created common users.
To complete this recipe, you'll need an existing common user who has create user privilege granted commonly.
create user privilege granted commonly (for example, c##zoran or system user): SQL> connect c##zoran@cdb1
c##majaRead now
Unlock full access