Re: PDB Using txkCreatePDB.pl PDB conversion failed
Posted by ErmanArslansOracleBlog on Aug 02, 2021; 6:51am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/PDB-Using-txkCreatePDB-pl-PDB-conversion-failed-tp10029p10030.html
The general flow for PDB conversion in EBS is as follow;
Converting the upgraded database to Multitenant
Creating the PDB descriptor
Disabling the ENCRYPTION_WALLET_LOCATION sqlnet.ora entry (conditional)
Updating the CDB initialization parameters
Checking for PDB violations (review and resolve the errors if there are any)
Creating the PDB (run txkCreatePDB.pl)
Running the post PDB script (txkPostPDBCreationTasks.pl)
-->I guess you failed while executed txkCreatePDB.pl failed.
It seems it could create the PDB in the previous run and that's why it encounters errors now.
Please send me the exact command that you executed..
I think, you should revert back the changes that the txkCreatePDB.pl has done in the earlier run and re-execute the txkCreatePDB.pl
Check this note -> How to restore if non-CDB to PDB conversion fails? (Doc ID 2785792.1)