Set-up Oracle Wallet Connection

Set-up the wallet location Create a directory where the wallet is going to be stored in my configuration its /u01/wallet/oracle mkdir /u01/wallet/oracle Create sqlnet.ora vi sqlnet.ora – add the following WALLET_LOCATION = (SOURCE = (METHOD = FILE) (METHOD_DATA = (DIRECTORY = /u01/wallet/oracle) ) ) SQLNET.WALLET_OVERRIDE = TRUE SSL_CLIENT_AUTHENTICATION = FALSE SSL_VERSION = 0 Create tnsnames.ora […]