Technical data

Administration Guide A-23
t3dbping
The t3dbping utility tests a WebLogic JDBC connection to a DBMS via any two-tier
JDBC driver. You must have access to a WebLogic Server and a DBMS to use this
utility.
Syntax
$ java utils.t3dbping WebLogicURL username password DBMS
driverClass driverURL
Argument Definition
WebLogicURL
Required. URL of the WebLogic Server.
username
Required. Valid username of DBMS user.
password
Required. Valid password of DBMS user.
DBMS
Required. Database name.
driverClass
Required. Full package name of the WebLogic two-tier driver.
driverURL
Required. URL of the WebLogic two-tier driver.