Specify Wallet Location in Oracle DB

  1. The Sqlnet.ora file is located in the $ORACLE_HOME/network/admin directory.

›_ Console

# nano Sqlnet.ora 
  1. Add the following lines:

ENCRYPTION_WALLET_LOCATION= 

(SOURCE = 

  (METHOD = HSM) 

) 


  1. Restart the DB server for the changes to take effect.

›_ Console

#  sqlplus sys as sysdba 

SQL> shutdown immediate 

SQL> startup