ttIsqlユーティリティを使用すると、対話形式でSQL文を実行して、データ・ストアに関するステータス情報をレポートできます。
このマニュアルで説明するすべてのSQL操作は、ttIsqlのCommand>
プロンプトから実行できます。
demoデータ・ストアに対してttIsqlユーティリティを起動するには、次のように入力します。
% ttIsql demo
Copyright (c) 1996-2006, Oracle. All rights reserved.
Type ? or "help" for help, type "exit" to quit ttIsql.
All commands must end with a semicolon character.
connect "DSN=demo";
Connection successful: DSN=demo;UID=ankola;DataStore=c:\temp\demo;
DatabaseCharacterSet=US7ASCII;ConnectionCharacterSet=US7ASCII;
DRIVER=C:\WINDOWS\system32\\ttdv
70.dll;Authenticate=0;PermSize=20;TypeMode=0;
(Default setting AutoCommit=1)
Command>
SQL文またはttIsqlコマンドをCommand>
プロンプトから実行できます。
『Oracle TimesTen In-Memory Databaseオペレーション・ガイド』のttIsqlユーティリティの使用に関する説明では、最も一般的なttIsqlコマンドの使用方法を説明しています。問題の解決によく使用されるttIsqlコマンドは、次のとおりです。
ttIsql機能の完全なリストについては、『Oracle TimesTen In-Memory Database APIリファレンス・ガイド』のユーティリティに関する説明にあるttIsqlユーティリティのオプションとコマンドのリストを参照してください。