TimesTenのクライアント・インスタンスの作成
TimesTenのクライアント・インスタンスは、TimesTen ScaleoutまたはTimesTen Classicのいずれかのデータベースに接続するために使用できます。
これは、クライアント・インスタンスを作成する例です。クライアントのみのインストール環境とインスタンスの詳細(複数の例を含む)は、クライアントのみのインストール環境およびインスタンスを参照してください。
installation_dir
/tt22.1.1.29.0/bin
領域に移動し、-clientonly
オプションを指定してttInstanceCreate
ユーティリティを実行します。ユーザーの入力は太字で示されています。
%installation_dir
/tt22.1.1.29.0/bin
/ttInstanceCreate -clientonly NOTE: Each TimesTen instance is identified by a unique name. The instance name must be a non-null alphanumeric string, not longer than 255 characters. Please choose an instance name for this installation? [ tt221 ] clientinstance1 Instance name will be 'clientinstance1'. Is this correct? [ yes ] Where would you like to install the clientinstance1 instance of TimesTen? [ /home/ttuser ] /scratch/ttuser Creating instance in /scratch/ttuser/clientinstance1 ... INFO: Mapping files from the installation to /scratch/ttuser/clientinstance1/install In order to use the cache features in any TimesTen databases created within this instance, you must set a value for the TNS_ADMIN environment variable. It can be left blank, and a value can be supplied later using <install_dir>/bin/ttInstanceModify. Please enter a value for TNS_ADMIN (s=skip)? [ ] s The 22.1 Release Notes are located here : '/installation_dir
/tt22.1.1.29.0/README.html'