Oracle DB:How to start pluggable databases in 12c Oracle DB

In Oracle 12c DB, we have containers or pluggable databases on which the actual schemas are placed. But they wont get started automatically, when DB is started. So, for the pluggable databases to start along with normal DB, small modification should be done. Below is how to do it.


1. Login to sqlplus with sysdba or sysoper user for normal SID or Service name
Eg: orcl is the main service name and pdborcl is the pluggable db, then login to sys user of orcl .

2. Execute the following queries

i. ALTER PLUGGABLE DATABASE ALL OPEN;

ii. alter pluggable database PDBORCL save state;

iii. SELECT name, open_mode FROM v$pdbs;

Snapshots:




Note: Please try it and for clarifications try to read oracle documentations regarding to this in oracle site.

Comments

Popular posts from this blog

Configure, Modify, Rename,Delete a listener for Oracle 11g database

Oracle DB:Oracle 12C DB installation Error -Failed to access the temporary location

OSB : DB Adapter-Poll - Delete Logical Records using Oracle Service Bus 12c