Results 1 to 6 of 6
Thread: connection with Oracle 10g
- 11-15-2008, 06:58 PM #1
Member
- Join Date
- Aug 2008
- Location
- kolkata
- Posts
- 21
- Rep Power
- 0
connection with Oracle 10g
I've a problem while connecting java throw jdbc: oracle!:confused:
While I've written
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
in my program.....I'm having a compilation error........
TryingJDBC.java:2: package oracle.jdbc.pool does not exist
import oracle.jdbc.pool.OracleDataSource;
What should I do now?
please help me out...::SC::..
- 11-15-2008, 08:41 PM #2
Senior Member
- Join Date
- Sep 2008
- Posts
- 564
- Rep Power
- 5
Seems that you don't have your classpath set up correctly if it's not finding what you're trying to import. Hope someone else here can be of more help.
- 11-16-2008, 07:10 PM #3
Member
- Join Date
- Aug 2008
- Location
- kolkata
- Posts
- 21
- Rep Power
- 0
thanx for your reply...
no sir I've that yet i've this as a problem.........
please help me out.......::SC::..
- 11-20-2008, 04:33 AM #4
Member
- Join Date
- Aug 2008
- Location
- kolkata
- Posts
- 21
- Rep Power
- 0
Can anyone tell me how to set the classpath so that I can connect java with oracle..........
I want to verify my classpath is correct or not........
plz help me............::SC::..
- 11-20-2008, 10:06 AM #5
plz have ojdbc14.jar
put it in some folder
and when you are compiling your prog on command prompt
write
set classpath=.;c:\youfolder\ojdbc14.jar
and than javac your.java fileDevZ;)
- 11-20-2008, 07:19 PM #6
Member
- Join Date
- Aug 2008
- Location
- kolkata
- Posts
- 21
- Rep Power
- 0
Similar Threads
-
why oracle index can't work correctly in oracle?
By wwwlife in forum JDBCReplies: 0Last Post: 08-27-2008, 09:27 AM -
oracle.xml.sql.OracleXMLSQLException
By madanmohanp in forum JDBCReplies: 0Last Post: 07-23-2008, 12:39 PM -
MS SQL2005 to Oracle DB
By bmongtangco in forum JavaServer Pages (JSP) and JSTLReplies: 0Last Post: 11-07-2007, 02:58 AM -
ñ in an oracle query
By bbq in forum JDBCReplies: 2Last Post: 07-04-2007, 07:53 AM -
Oracle Driver
By softy in forum Advanced JavaReplies: 0Last Post: 06-28-2007, 02:23 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks