If you open your pluggable
database and you receive following warning,
SQL> alter pluggable database pdb2 open;
Warning: PDB
altered with errors.
|
It would mean that when sync operation of pluggable database was performed while opening it, there was some error and synchronization was not able to complete successfully. Pluggable database would be open, but it will be in restricted mode (as you will see in bellow example). In this case, we should immediately query PDB_PLUG_IN_VIOLATIONS to see what has gone wrong.