ORA-12754: Feature 'Per-PDB TDE keystore' is disabled due to missing capability 'Runtime Environment'.
SQL> alter session set container=PDB02;
Session altered.
SQL> ALTER SYSTEM SET TDE_CONFIGURATION="KEYSTORE_CONFIGURATION=file" SCOPE=both;
ALTER SYSTEM SET TDE_CONFIGURATION="KEYSTORE_CONFIGURATION=file" SCOPE=both
*
ERROR at line 1:
ORA-32017: failure in updating SPFILE
ORA-12754: Feature 'Per-PDB TDE keystore' is disabled due to missing capability
'Runtime Environment'.
ALTER SYSTEM SET TDE_CONFIGURATION="KEYSTORE_CONFIGURATION=file" SCOPE=both
*
ERROR at line 1:
ORA-32017: failure in updating SPFILE
ORA-12754: Feature 'Per-PDB TDE keystore' is disabled due to missing capability
'Runtime Environment'.
Cause and Solution.
I tried to configure the PDB02 (in oracle database Version 18.3.0.0.0) to use isolated mode keystore and encounter this error.
As per Oracle support Doc ID 2489529.1 The feature is only available to Cloud environment. This is not available for On-Premise Database.
Well that's a shame :/
ReplyDeletethanks for the post, just ontime
Dear Reader,
ReplyDeleteThanks for the comment! Yes I agree! Oracle is giving priority for cloud development