Sudha,
To access Oracle 10g from your
Java application, you'll need to be sure ojdbc14.jar is in your classpath.
Follow the
jdbc configuration instructions for your application.
Your driver classname will be oracle.jdbc.OracleDriver
your JDBC URL will probably look something like:
where IPNUMBER is replaced with your Oracle database's IP number, PORT with the port number, and SID with the SID or Service Name of the database.
[ April 26, 2008: Message edited by: Stevi Deter ]