June 2016
Intermediate to advanced
388 pages
5h 49m
English
A local user is a user that is created and that exists in only one PDB. A local user can't be created in the root container.
A pluggable database (in our case, pdb1) should be open. You'll need an existing user (either common or local) who has create user privilege in that pluggable database.
pdb1) as a common user or local user who has create user privilege in that PDB (for example, c##zoran or system user): SQL> connect c##zoran@pdb1
mike): c##zoran@PDB1> create user mike identified by pa3t5brii
container=current;
Figure 9
There are a few rules you ...
Read now
Unlock full access