|
Hello Leo,
This is what I would recommend:
1. Verify that the following path is correct:
D:\oracle\ora92\jdbc\lib\classes12.zip
2. Insure no permissions issues exist on that file or directory structure, which is unlikely since it is Windows.
3. Run this command to get your java version:
java -version
4. Insure that the java version of the JVM/JDK that you have installed on Windows is compatible with the requirements of the driver.
Can you state whether or not you can use the other JDBC drivers to get a connection using the application, even though they error on the commandline with DOS. I've seen that before, so it's important to ascertain whether the app connectivity issue is specific to Oracle or generalized to all JDBC connections.
Best regards,
Netrista Khatam
Technical Services Manager
OpenLink Product Support
|