How to convert a Linux OS X86-64 Stand Alone Oracle DB 19.14 to MTA CDB PDB ?
Hi,
I think "Doc 2012448.1 How to Convert Non-CDB to PDB Database on same local host machine in 12C" will solve the convertion step. However, my question is below :
- There is only one ORACLE_HOME : /app/oracle/product/19c (17GB) one Oracle DB ORACLE_SID=clientdp Can I use this existing ORACLE_HOME to create CDB$ROOT PDB$SEED ? then convert clientdp to a new PDB : newpdbdp ?
- Or I have to use runInstaller to install another 19c ORACLE_HOME say /app/oracle/product/19mta (17GB) then use DBCA to create CDB$ROOT PDB$SEED then use Doc 2012448.1 to convert clientdp to newpdbdp ? Please provide Doc for runInstaller and DBCA.
0