管理ガイド> TDV ログ情報> データソースの種類とバージョン情報の決定
 
データソースタイプとバージョン情報の決定
TDVインストールの一部として使用されているすべてのデータソースタイプとそのバージョンを知っておくと役立つ場合があります。この情報は、cs_server_status.logファイルにあります。例として次を示します。
-------------------
| Datasource Info |
-------------------
/shared/myCaches/db-lab-9
size=1, in=1, out=0, total created=1, total destroyed=0, init=0, min=10, max=100, idle=30
JDBC Datasource : Oracle Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production With the Partitioning, OLAP, Data Mining and Real Application Testing options
JDBC Driver : Oracle JDBC driver 11.2.0.2.0
/shared/examples/ds_orders
size=1, in=1, out=0, total created=1, total destroyed=0, init=0, min=10, max=100, idle=30
Revision: ${svn.Revision} )
データソースのタイプとバージョンを確認するには
1. 企業環境内にインストールされているTDV Serverを見つけます。
2. お好みのファイル管理ツールを使用して、次の場所に移動します。
<TDV_install_dir>/logs
 
3. cs_server_status.logファイルを開きます。
ログファイルは、開始された各サーバーセッションからのデータを保持します。新しいセッションごとの情報がファイルの最後に追加されます。
4. 最後に追加されたファイルの部分を見つけます。
5. テキストファイルの[データソース情報]セクションのデータを確認します。例として次を示します。
JDBC Datasource : Oracle Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production With the Partitioning, OLAP, Data Mining and Real Application Testing options
JDBC Driver : Oracle JDBC driver 11.2.0.2.0
/shared/examples/ds_orders
size=1, in=1, out=0, total created=1, total destroyed=0, init=0, min=10, max=100, idle=30