Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Non CDB to PDB conversion issues with wallet | ORA-28374

Vinay KOct 17 2023 — edited Oct 24 2023

version oracle 19.19 exacs

i have single node instance with wallet configured migrated from on-prem to cloud

This needs to be converted to PDB.

So, i have created a place holder CDB database, which comes with wallet in exacs

The source which is migrated to exacs with same oracle home is also having a wallet. Both of them are running (non cdb and cdb ) are running independently without any issues, using separate wallets pointed via separate TNS_ADMIN path with separate sqlnet.ora.

When i try to plug the non-cdb to PDB, i am getting ORA-28374

SQL>Create pluggable database ….identified by <wallet pwd>

ORA-28374: Typed Master Key Not Found In Wallet

Comments
Post Details
Added on Oct 17 2023
1 comment
652 views