SQL> show pdbs |
Starting
version 12.2, if you are using TDE wallet in your PDB, you MUST use clause “keystore
identified by” with CREATE PLUGGABLE DATABASE command when you are performing a
PDB clone. Use command similar to the following and you should not see
ORA-46697 error.
SQL> create pluggable database testpdb from MYPDB1
keystore identified by wallet_password; |
No comments:
Post a Comment