Hi,
I have downloaded the s/w. I have to load data from access to oracle9i.
my machine is running on WIN XP sp2.
Its asking me class.jar.. .. let me know
Sachin
|
Please tell me your jvm version .
It seemed that you need the Oracle9i JDBC package(ojdbc14.jar or classes12.jar) which located in $ORACLE/jdbc/lib .
You can see http://www.hxtt.com/access2oracle/document.html for load data to oracle9i step by step.
|
Thanks Daiwei,
But my problem remains unresolved..
I have installed the latest version of JRE(JVM)..But i cannot locate the two .jar files mentioned by u....
I would like to tell u that..im running on WINXP OS. Kindly suggest
Regards,
Sachin
|
hI..
I have downloaded ojdbc14.jar and classes12.jar from Oracle.
These were Zip format. I have unzipped. But still unable to find the required file for the JDBC driver...
Sachin
|
At first, you should config the Oracle JDBC Driver. Please see the follow page. You can use any package of the two packages .
http://www.hxtt.com/access2oracle/srcdriverconfig.html#setup
After config oracle JDBC Driver, you can do the export work. Please see the follow page .http://www.hxtt.com/access2oracle/dataexport.html
|