Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The prerequisites for setting up the wallet are the same as explained above in the Prerequisites, Oracle Wallet® section.

  • Add Add the location of the wallet to your sqlnet.ora configuration file, for example:
    • WALLET_LOCATION = (SOURCE=(METHOD=FILE)(METHOD_DATA=(DIRECTORY=/home/js7/wallet)))
    • Additional entries will be required for this file, please check Oracle's documentation.
  • This file is required by SQL*Plus and allows execution of the command line client like this: sqlplus /@js7. 
  • js7 is the key for the tnsnames.ora configuration file which is used to identify the database connection settings. It is also used by the wallet to identify the matching credentials.

...