Administration Guide > TDV Logging Information > Determining Data Source Type and Version Information
 
Determining Data Source Type and Version Information
It can be helpful to know all the data source types and their versions that are being used as part of your TDV installation. You can locate this information in the cs_server_status.log file. For example:
-------------------
| 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} )
To determine the data source types and versions
1. Locate the installed TDV servers within your corporate environment.
2. Using your preferred file management tool, navigate to:
<TDV_install_dir>/logs
 
3. Open the cs_server_status.log file.
The log file keeps data from each server session that is initiated. Information for each new session is added to the end of the file.
4. Locate the portion of the file that has been added most recently.
5. Review the data in the Datasource Info section of the text file. For example:
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