ORA-02097: parameter cannot be modified because specified value is invalid
Hi All,
I’m trying to enable TDE (Transparent Data Encryption) on my Oracle 19c RAC database.When I run the following command on the target database:
SQL> alter system set TDE_CONFIGURATION="KEYSTORE_CONFIGURATION=FILE" sid='*';
I get the following error:
ERROR at line 1:
ORA-32008: error while processing parameter update at instance sparrow2
ORA-02097: parameter cannot be modified because specified value is invalid
ORA-46693: The WALLET_ROOT location is missing or invalid.
Current setup:
- WALLET_ROOT is set as:
SQL> show parameter wallet_root;
WALLET_ROOT = /u01/app/oracle/admin/sparrow/wallet - Directory structure on both RAC nodes: