Database Administration (MOSC)

MOSC Banner

A requirement to convert a 12c database to CDB with a single pluggable database (PDB). Please help t

edited Feb 7, 2018 1:35AM in Database Administration (MOSC) 16 commentsAnswered ✓

A requirement to convert a 12c database to CDB with a single pluggable database (PDB). Please help to identify the supported method.

Currently while checking the database upgraded is having following status.

SQL> select

decode(sys_context('USERENV', 'CON_NAME'),'CDB$ROOT',sys_context('USERENV', 'DB_NAME'),sys_context('USERENV', 'CON_NAME')) DB_NAME, decode(sys_context('USERENV','CON_ID'),1,'CDB','PDB') TYPE from DUAL;  2

DB_NAME

--------------------------------------------------------------------------------

TYP

---

ATGISG

PDB

Please suggest to identify the supported method with reference Notes

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center