Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to setup computer for Java to connect to Oracle9i??

Status
Not open for further replies.

lhugh

MIS
May 21, 2000
115
CA
I need to write an application that pull data from a table in Oracle database and update it in an Access database

I can get to Acess via ODBC

I have no idea what to do with Oracle.

Thak you all for your help
 
Oracle comes with a zip called classes12.zip (was named this in 8i, but may have changed names slightly). This contains the driver and Connection classes you need to connect to Oracle via JDBC. You need to add it to your CLASSPATH, and then use JDBC to connect to Oracle

If you don't know JDBC, take a tutorial :


The Oracle driver class is called "oracle.jdbc.driver.OracleDriver".
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top