How to check the exact version of Database and JDBC Drivers used by Admin Domain.

book

Article ID: KB0089083

calendar_today

Updated On:

Products Versions
TIBCO Administrator -
Not Applicable -

Description

Resolution:
Description:
=========
How to check exact version of Database and JDBC Drivers used by Admin Domain.

Environment:
==========
TIBCO Runtime Agent(TRA) 5.x.x ,TIBCO Administrator 5.x.x
  
Resolution:
=========
Enable LogDebug=true in AdministrationDomain.properties, restart Administrator and check the Administrator.log. You should see entries as follows : e.g., for Oracle DB
====================================================

YYYY MON DD hh:mm:ss:mss GMT +0 Debug [DBEntityStore] AESDKJ-0000 [Thread-x]  getDatabaseProductVersion: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 – Production With the Partitioning, OLAP and Data Mining options
YYYY MON DD hh:mm:ss:mss GMT +0  Debug [DBEntityStore] AESDKJ-0000 [Thread-x]  getDriverMajorVersion: 9
YYYY MON DD hh:mm:ss:mss GMT +0  Debug [DBEntityStore] AESDKJ-0000 [Thread-x]  getDriverMinorVersion: 2
YYYY MON DD hh:mm:ss:mss GMT +0  Debug [DBEntityStore] AESDKJ-0000 [Thread-x]  getDriverName: Oracle JDBC driver
YYYY MON DD hh:mm:ss:mss GMT +0  Debug [DBEntityStore] AESDKJ-0000 [Thread-x]  getDriverVersion: 9.2.0.2.0

====================================================

Issue/Introduction

How to check the exact version of Database and JDBC Drivers used by Admin Domain.