Oracle 8i (Thin JDBC Driver)


Oracle's JDBC Thin driver is a type 4 (100% java) driver for JDK 1.0.2 and JDK 1.1.1

Driver file: The .jar, .zip or .class file that contains the JDBC driver
Download link: http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/index.html
Connection URL: Specify the location of the JDBC data provider
<host_name>: The IP address or the domain name of the database server
<port_number>: The port number to the database. Default is 1521
<database_name>: The name of the database to connect
User: User name to login to the database
Password: Password of the user name specified