DBAsupport.com Forums - Powered by vBulletin
Results 1 to 4 of 4

Thread: jdbc problem

  1. #1
    Join Date
    Jan 2001
    Posts
    230

    Question


    Hi:

    One of the java developer is complaining that he is unable to find following package. Please let me know is it a part of oracle installation or java installtion.

    oracle.jdbc.driver.*;


    Thanks.

  2. #2

    Wink JDBC

    I think it should be with Java installation.
    Queyon Zeng

  3. #3
    Join Date
    Jan 2001
    Posts
    216
    It looks like the jdbc driver for oracle is missing. in $ORACLE_HOME/jdbc there are zip files for jdbc. You need to set CLASSPATH variable look into the appropriate zip file in this directory. If your java program is running on a separate machine than oracle, then download the zip file to that machine and set the CLASSPATH in that machine.

    Hope this helps

  4. #4
    Join Date
    Jan 2001
    Posts
    230
    Chikkodi:

    Yup, you are right. CLASSPATH variable was not set.

    Thanks.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width