cancel
Showing results for 
Search instead for 
Did you mean: 

how to know the location of JDBC Driver/ connection

Former Member
0 Kudos

unable to find JDBC driver and connection location

How can I know the location of "JDBC Driver" for the input box JDBC Driver to confrigure this in ID.

The same for "Connection" too.

urgent input (no links please) will help me.

Thanks

SY

Accepted Solutions (1)

Accepted Solutions (1)

moorthy
Active Contributor
0 Kudos

Answers (2)

Answers (2)

Former Member
0 Kudos

The value for JDBC driver corresponds to the fully qualified class name of your database driver and the value for connection is the JDBC url for connection to the database which actually specifies the IP of the db server / SID / Database name etc depending on the type of database you use.

You can get the relevant information in the product documentation and / or vendor web site.

~ Amol

Former Member
0 Kudos

Hi,

For you to configure the commincation for JDBC adapter in Integration Directory , you dont have to know where the driver is actually located on the file system.

when providing the connection properties

JDBC Driver : oracle.jdbc.driver.OracleDriver

Connection : jdbc:oracle:oci8:userid/pwd@server

these are very generic to the database provider. above are the parameter formats for oracle. you can find similiar for sqlserver/sybase on their sites.

cheers,

NAveen

bhavesh_kantilal
Active Contributor
0 Kudos

hi suresh,

which database are you trying to connect to?

regards,

Bhavesh

Former Member
0 Kudos

Hi Naveen,

I am trying to connect to ORACLE 8i database can u please tell me the connection parameters for this.

regards,

Keith.

bhavesh_kantilal
Active Contributor
0 Kudos

Hi Keith,

Connection : <b>jdbc:oracle:thin:@<IP adress>:<listener port>:<instance name (database name)></b>

Driver <b>oracle.jdbc.driver.OracleDriver</b>

Regards,

Bhavesh