cancel
Showing results for 
Search instead for 
Did you mean: 

jdbc driver

Former Member
0 Kudos

hi....fri's

i am doing jdbc to jdbc scenario. in this i have the host name and port name. i am using the oracle database.

where can i find the jdbc driver and connection field names...

regards,

Kumar.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

To connect to Oracle you can use "ojdbc14.jar". This is available if you search in Google. If you dont find it, mail me to balaji.munuswamy@gmail.com, i will reply with the .jar file attached.

After installing the ojdbc14.jar in the XI Configuration make:

Driver : oracle.jdbc.driver.OracleDriver

Connection : jdbc:oracle:thin:@hostname:port:SID

Regards,

Balaji.M

Answers (2)

Answers (2)

agasthuri_doss
Active Contributor
0 Kudos

Hi,

You can search it, The best option is get the Drivers from the Sender / Receiver Client.Who will be aware of Version too.

Regards

Agasthuri Doss

Former Member
0 Kudos