Export sys.odbc.ini and Certificates for Encrypted Client/Server Connections (gridClientExportAll)

The gridClientExportAll command produces a .zip file that contains:

  • A Oracle Wallet that includes the Certificate Authority (CA) public key and client certificate for server verification and client/server authentication, respectively.

  • A sys.odbc.ini file with every client/server connectable available for the grid.

  • The sqlnet.ora file, if available.

  • The tnsnames.ora file, if available.

  • A exportinfo.json file with information about the grid, such as the name, GUID, and TimesTen version of the grid.

ttGridAdmin gridClientExportAll filepath

The resulting .zip file can be used by the ttClientImport utility to import the Wallet and client/server connectables into a client instance in UNIX or Windows.

Options

The gridClientExportAll command has the option:

Option Description

filepath

Path and name of the .zip file.

If no file is specified, the command returns an error.

Examples

This example exports all the necessary information for encrypted client connections.

% ttGridAdmin gridClientExportAll /mydir/myfile.zip
Definitions exported to /mydir/myfile.zip
% zip -sf /mydir/myfile.zip 
Archive contains:
  gridWallet/
  gridWallet/cwallet.sso
  sys.odbc.ini
  sqlnet.ora
  tnsnames.ora
  exportinfo.json
Total 6 entries (3130 bytes)