Visit Counter
Tuesday, December 3, 2013
Oracle 12c Database: Cloning PDB using SQL Developer
How to clone a PDB1 database using of SQL Developer
Modify the State to Read Only (If Open then Shutdown and Open in Read Only mode)
Use the Clone Pluggable Database Option
First you have to shutdown the PDB1 database.
Goto to SQL tab and change the Clone database files path.
Clone database created.
You can start the clone NEW_PDB database.
Verify the data in NEW_PDB database.
Now you start the PDB1 database for normal operation.
Oracle 12c: Opening a PDB Using SQL Developer
You can open Pluggable database using SQL Deverloper
Make a connection to the CDB and using the DBA view expand the container database.
Select the PDB1 database
Select the READ ONLY.
You can see the Status of PDB1 database. (Read Only)
Create user for testing....You are getting error because PDB1 database read only mode.
Now you start the PDB1 database.
Subscribe to:
Posts (Atom)