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 with chapter Prerequisites, Oracle Wallet®.

  • Consider that the mkstore command will add the 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 to execute the command line client like this: sqlplus /@js7. 
  • The  js7 is the key for the tnsnames.ora configuration file to identify the database connection settings and for the wallet to identify the matching credentials.

Configuration

Environment Variables

...