Hi, there,
The following is my system:
Database ==> Oracle 8.1.6 in Unix
my computer ==> NT, I want to install JDBC driver in this PC, so I can access Oracle DB using Java application. I have JDK 1.2 in this pc.
I downloaded classes12.zip from Oracle, and unziped it. According to Oracle's instructions, I should add [ORACLE_HOME]\jdbc\lib\classes12.zip to CLASSPATH. But I am confused here. Where is the physical location of theis [ORACLE_HOME]\jdbc\lib\classes12.zip? I could not find it?
My next question is that assume everything above is done, do I need to do anything else before I run Java program?
My 3rd question is that can I use this JDBC driver in J2EE?
Ashley
The following is my system:
Database ==> Oracle 8.1.6 in Unix
my computer ==> NT, I want to install JDBC driver in this PC, so I can access Oracle DB using Java application. I have JDK 1.2 in this pc.
I downloaded classes12.zip from Oracle, and unziped it. According to Oracle's instructions, I should add [ORACLE_HOME]\jdbc\lib\classes12.zip to CLASSPATH. But I am confused here. Where is the physical location of theis [ORACLE_HOME]\jdbc\lib\classes12.zip? I could not find it?
My next question is that assume everything above is done, do I need to do anything else before I run Java program?
My 3rd question is that can I use this JDBC driver in J2EE?
Ashley