ご使用のデータベース・システムがリポジトリー作成の要件を満たしていることを確認してください。 データベース・システム・サポートについては、 InfoSphere™ Optim™ pureQuery Runtime のシステム要件を 参照してください。
リポジトリーを作成するには、以下のようにします。
java com.ibm.pdq.tools.ManageRepository -create repository -repositoryType pureQueryOnly -repositoryURL jdbc:db2://test.user.com:17593/SAMPLE -repositoryUsername mytestid -repositoryPassword testpwd -repositoryDriverClass com.ibm.db2.jcc.DB2Driver以下のコマンドは、データベースに対する接続を作成し、 そのデータベース内にリポジトリーを作成するために使用できる SQL スクリプトを生成します。
java com.ibm.pdq.tools.ManageRepository -create repository -repositoryType pureQueryOnly -repositoryURL jdbc:db2://test.user.com:17593/SAMPLE -repositoryUsername mytestid -repositoryPassword testpwd -repositoryDriverClass com.ibm.db2.jcc.DB2Driver -generateScriptOnly D:¥test¥scripts¥createtest.sql