Home > SQL Developer Dialog Boxes ... > Modify Pluggable State
Use this dialog box to modify the state of a pluggable database (PDB).
Database Name: Name of the PDB.
New State: Contains OPEN if the PDB is closed, or CLOSE if the PDB is open.
State Option: List of options relevant to the New State value: Read Write, Read Only, or Restricted for OPEN; Normal or Immediate for CLOSE.
Read Write: Allows queries and user transactions to proceed and allows users to generate redo logs.
Read Only: Allows queries but does not allow user changes.
Restricted: The PDB is accessible only to users with the RESTRICTED SESSION privilege in the PDB.
Normal: Is the PDB equivalent of the SQL*Plus SHUTDOWN command with the normal mode (waits for users to disconnect from the database).
Immediate: Is the PDB equivalent of the SQL*Plus SHUTDOWN command with the immediate mode (does not wait for current calls to complete or users to disconnect from the database).
Related Topics