Prepare for your Next Interview
|
Welcome to the Geeks Talk forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
This is a discussion on Package oracle.jdbc.driver does not exist within the Oracle forums, part of the Databases category; While I try to establish a connection between Java and Oracle like: DriverManager.registerDriver (new oracle.jdbc.driver.OracleDriver());raise an error: Package oracle.jdbc.driver does not exist Why this's happen? Please tell me Adit Question ...
|
|||||||
| Oracle Oracle 9i & Oracle 10g Knowledge Base Learn and Share Oracle Technology related articles, white papers, tutorials / study materials, example codes, FAQ's, Tips and Tricks. |
![]() |
| LinkBack | Thread Tools | Display Modes |
|
|||
|
Package oracle.jdbc.driver does not exist
While I try to establish a connection between Java and Oracle like: DriverManager.registerDriver (new oracle.jdbc.driver.OracleDriver());raise an error: Package oracle.jdbc.driver does not exist
Why this's happen? Please tell me Adit Question asked by visitor adit Last edited by Geek_Guest; 07-10-2007 at 07:55 AM. |
| Sponsored Links |
|
|||
|
Re: Package oracle.jdbc.driver does not exist
It really means that it cant find the corresponding package in the classpath, make sure to include the ojbdc14.jar(or anything else that contain the implimentation class files of jdbc interface) in the classpath.
|
|
|||
|
Re: Package oracle.jdbc.driver does not exist
check whether the class path is configured proerply...
In command prompt type c:>set classpath and press enter whether the path is pointing to java folders? |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Oracle Package.function | Yajnas | Oracle | 5 | 01-12-2009 02:16 AM |
| which is more suitable IN or EXIST in SQL? | rahul.earl | SQL | 5 | 08-06-2007 09:10 AM |
| Where should I write the JDBC code | chandu_7k | JSP | 7 | 07-04-2007 11:37 PM |
| Driver Magician | JobHelper | Geeks Lounge | 0 | 03-17-2007 01:12 PM |
| Oracle package question | always_rgsm | Oracle | 5 | 01-23-2007 08:35 AM |