Wallet File Default Directory
859592Sep 8 2011 — edited Sep 19 2011Running Oracle 11g R2 on Solaris 10 with RAC, TDE, and Data Guard
I inherited a RAC database that uses Oracle Wallet for TDE. Every time I bounce the database, the wallet will not automatically open even though I put the ENCRYPTION_WALLET_LOCATION parameter in the sqlnet.ora file. When I open OWM, all the options under "Wallet" and "Operations" are grayed out. Why is everything grayed out in OWM? I want to make sure the wallet file is in the system default directory, but I don't know where that is. In my research, I found 3 possible default directories.
Which of the following 3 default directories is correct for the wallet on Unix (Solaris 10)?
$ORACLE_BASE/admin/$ORACLE_SID/wallet
$ORACLE_HOME/admin/ORACLE_SID
/etc/ORACLE/WALLETS/username
Thanks.