ENCRYPTION_WALLET_LOCATION parameter in SQLNET.ORA
We use tablespace TDE on multiple clustered-instances via RAC 11gR2. Encryption wallet locations are given by ENCRYPTION_WALLET_LOCATION in the sqlnet.ora file yet how is that file found whenever it's not at its default location? Particularly, no sqlnet.ora exists at the default location yet does for each instance at $ORACLE_HOME/admin/<instance>. I can find no documentation saying this is correct, furthermore, multiple wallets are polluting the file system where they reside. I need to determine how sqlnet.ora get's located by RAC whenever it’s not at its standard location (i.e. $ORACLE_HOME/network/admin).
0