Loading JDBC Driver in Oracle 9i(2)
450572Aug 18 2005 — edited Aug 18 2005Hi All
Sorry if this is in the wrong forum!
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 got this exception
Error Establishing Socket
Plz help! I am in dire straits
Regards
Abhinav