basic info on driver name, url
hi,
I have java 6 installed as well as Oracle 10.2 on my windows XP. I am trying to write very simple app using jdbc connection. So
first I load jdbc driver : Class.forName(driverName); Where do we get the driver name from. I went as far as copying all the jars from ORACLE_HOME to JRE_HOME/lib and having specific jar's added to classpath. However, where do I get the actual name of the driver?
Same thing with the URL. How do we define URL to use in getConnection method.
thanks in advance.

