pingJDBCDriver

Method

Purpose

Connect to a database server using the JDBC driver connection parameters specified. The connection URL formats for available drivers are as follows:

jdbc:oracle:thin:@<host>:<port>:<database> Default Port:1521
jdbc:sqlserver://<host>:<port>;databaseName=<database> Default Port:1433
jdbc:sybase:Tds:<host>:<port>/<database> Default Port:5000
jdbc:db2://<host>:<port>/<database>:currentSchema; Default Port:5000
jdbc:mysql://<host>:<port>/<database>. Default Port:3306

Type

Open, Synchronous, IMPACT_INFO

Arguments

 

Name

Type

Description

JDBC Driver

String

JDBC Driver

JDBC Driver URL

String

JDBC Connection URL

JDBC User

String

JDBC user name

Password

String

JDBC Password

Connection Timeout

String

Connection timeout in seconds. By default left empty.

Returns

 

Name

Type

Description

isServerAccessible

String

Is server accessible? True or False

Status Code

String

Status code

Status Details

String

Status details