PDB Is Always In Restricted Mode
(Doc ID 1933110.1)
Last updated on DECEMBER 08, 2024
Applies to:
Oracle Database Cloud Schema Service - Version N/A and laterGen 1 Exadata Cloud at Customer (Oracle Exadata Database Cloud Machine) - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Oracle Database Cloud Exadata Service - Version N/A and later
Oracle Database Backup Service - Version N/A and later
Information in this document applies to any platform.
Symptoms
On : 12.1.0.2 version, Oracle Multitenant
It is not possible to change PDB from restricted mode after using:
SQL> alter pluggable database < Name of the PDB > open;
Example:
alter pluggable database IVIEWDEV open;
SQL> select name,open_mode,restricted from V$pdbs;
NAME OPEN_MODE RESTRICTED
---------- ------------------------------ ---------
IVIEWDEV READ WRITE YES
Changes
Create New PDB
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |