Loading JDBC Driver for MS SQL Server in Oracle! [message #133269] |
Thu, 18 August 2005 05:43 |
Abhinav Nigam
Messages: 49 Registered: August 2004
|
Member |
|
|
Hi All
If i want to load the JDBC driver for MS SQL Server driver into the Oracle database. Do I need to have all the classes referred to in the classes that are written in the driver?
I have a JDBC class that connects to MS SQL Server that is to be loaded in Oracle. I need to pass message from Oracle to MS SQL Server...
Also, Do all the classes of the SQL Server driver have to be valid in the Oracle database?
Also do I need to load the java.sql package in the Oracle databse?
I loaded the 3 jar files of the MS SQL Server with -resolve option and ran my Java Stored Procedure. I go theis exception
Error Establishing Socket
Plz help! I am in dire straits
Regards
Abhinav
|
|
|