ORA-46697: Keystore password required - create pluggable database pdb1clone from pdb1

 

select con_id,name,open_mode from v$pdbs;


    CON_ID NAME     OPEN_MODE

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

2 PDB$SEED     READ ONLY

3 PDB1     READ WRITE


SQL> create pluggable database pdb1clone from pdb1;

create pluggable database pdb1clone from pdb1

*

ERROR at line 1:

ORA-46697: Keystore password required.


Solution:


If  TDE is configured, you have to supply the keystore password 


SQL> CREATE PLUGGABLE DATABASE PDB1clone FROM PDB1  KEYSTORE IDENTIFIED BY password;

Comments

Popular posts from this blog

OAM 11.1.2.3 - Bad Oracle Access Manager Request Error After Applying OAM Patch 27373151 + Webgate Patch 27393427 BP 11.1.2.3.180717