Login  Register

Re: ORA-46655: no valid keys in the file from which keys are to be imported

Posted by ErmanArslansOracleBlog on Jan 27, 2025; 6:48am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/ORA-46655-no-valid-keys-in-the-file-from-which-keys-are-to-be-imported-tp12877p12892.html

2 general actions for this -> "Check if the keys to be imported are already present by listing KEY_ID from V$ENCRYPTION_KEYS. Ensure that the keys are correctly exported from pluggable database (PDB) or CDB$ROOT at the source database."

So,  are you in the correct container? -> cloned PDB

And may that key already present in there? ->  select KEY_ID,ACTIVATING_PDBID from V$ENCRYPTION_KEYS;