Configuring Oracle with java

hi,

I want to explore jdbc and so want to configure oracle with java.

can you please let me know what driver i need to use( i want to go with type4) for oracle 9i. can i get a link to download this driver?

also where i need to put this driver(which folder) and what path variables i need to set.

Thanks.

srinath

[348 byte] By [skanugantia] at [2007-11-27 10:36:18]
# 1

You can download a type IV driver from Oracle:

http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/index.html

Put it in a directory near the app that uses it and add it to your CLASSPATH.

If you need a Java EE app server, make the ojdbc14.jar available to it and set up a connection pool.

%

duffymoa at 2007-7-28 18:40:27 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...
# 2

Please refer

http://www.google.ca/search?hl=en&q=Oracle+JDBC+FAQ&meta=

dvohra09a at 2007-7-28 18:40:27 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...