Installed JDBC Drivers Enumeration Software Overview

DTM JDBC Driver List is a free command line tool that allows DBA, user or developer to export list of installed JDBC drivers to the text file.
The file is ready to import to Microsoft Excel or OpenOffice Calc.

Download the software. No installation is required.

Requirements

The program requires Java SDK or Java RE to be executed. It is compatible with Windows, Mac OS and most popular Linux/Unix operating systems.

Usage
java -jar jdbcdrvlist.jar [optional parameters]

Parameters

  • -b - brief format, show driver name only

Example: java -jar jdbcdrvlist.jar
This call shows driver name and driver version.

Q: How to save execution results to a file?
A: Use file redirect, fir example:

java -jar jdbcdrvlist.jar -b > drivers.txt

Q: How to export the driver list into Excel spreadsheet?
A: Use XLS file as an output and open created file by excel:

java -jar jdbcdrvlist.jar > drivers.xls

Requirements: The program can be executed at any operating system with installed Java RE (runtime environment) or Java SDK.

Should I order a business license of the tool?
Yes, if you:
  • need professional technical support
  • use more than 5 copies of the tool in your company
  • want to install the tool in a bulk manner automatically

Order Business License

See also:

 

Linux (Ubuntu)
DTM JDBC Driver List sample output, Ubuntu

Mac OS
DTM JDBC Driver List sample output, Mac OS

Windows
DTM JDBC Driver List sample output, Windows