The JDBC driver allows Java applets (running within a web browser) or Java applications to access information from Oracle, Informix and Ingres databases on any UNIX platform.
The JDBC distribution supplied includes the JDBC driver, the Sun JDBC driver manager, and a sample Java applet and application provided as JDBC demonstrators.
The JDBC driver runs on the client device either being installed locally or downloaded from a web server. This communicates with a "server module" on the UNIX database server which is specific to a particular DBMS on a specific version of UNIX. The client device part of the JDBC driver is provided inside the self-extracting file sqlrjdbc.exe for Windows, and the tar format file sqlrjdbc.tar for UNIX. The server module (also contained in SQL-Retriever) can also be installed from the CD. Refer to the appropriate installation instructions for further information.
Additional documentation is provided with the JDBC driver and can be viewed once the driver is installed. The documentation can be accessed using the file index.htm, which located in the doc subdirectory.
Refer to the following instructions to install the JDBC driver on Windows 95 and NT.
To install the JDBC driver on Windows 95 and NT
If you are using Internet Explorer or Netscape Navigator, you should refer to "Setting the class path" in the JDBC driver documentation for important configuration information. If you are using Visual J++ or the Java Developers Kit, you should refer to "The class path".
Refer to the following instructions to install the JDBC driver on UNIX.
To install the JDBC driver from CD on UNIX
A list of the commands to install the JDBC driver from CD on UNIX On this UNIX system... Type this... DEC Digital UNIX 4.0D+ mount -t cdfs -o ro,noversion /dev/cddev cddirHP-UX 10.01+ mount /dev/dsk/cddev cddir -r -F cdfsIBM AIX 4.2+ mount -v cdfs -r /dev/cddev cddirSCO OpenServer Release 5+ mount -f HS -o ro,lower /dev/cddev cddirSCO UnixWare 2.1+ mount -F cdfs -r /dev/cdrom/cddev cddirSiemens Sinix 5.43 mount -F cdrom -o ro /dev/cddev cddirSilicon Graphics IRIX 5.3 mount -t iso9660 /dev/cddev cddirSPARC Solaris 2.4+ mount -F hsfs -o ro,nrr /dev/cddev cddirreplacing cddev with the device name of the CD drive, and cddir with the name of your CD's mount directory.
tar xovf /cddir/jdbc/sqlrjdbc.tar
For example, if your CD is mounted on /cdrom, type:
tar xovf /cdrom/jdbc/sqlrjdbc.tar
To install the JDBC driver from tar file on UNIX
tar xovf /tmp/sqlrjdbc.tar
If you did not save the tar file in the /tmp directory amend the command accordingly.
Note that superuser (root) privilege may be required.
If you are using Netscape Navigator, you should refer to "Setting the class path" in the JDBC driver documentation for important configuration information. If you are using the Java Developers Kit, you should refer to "The class path".
Refer to the following instructions to set up the JDBC driver and sample applet on a UNIX web server. Note that in order for web browsers to use the JDBC driver for data access when obtained from the web server, the database (and therefore the driver's associated server module component) must reside on the web server.
To set up the JDBC driver from CD on a web server
A list of commands to set up the JDBC driver from CD on a web server On this UNIX system... Type this... DEC Digital UNIX 4.0D+ mount -t cdfs -o ro,noversion /dev/cddev cddirHP-UX 10.01+ mount /dev/dsk/cddev cddir -r -F cdfsIBM AIX 4.2+ mount -v cdfs -r /dev/cddev cddirSCO OpenServer Release 5+ mount -f HS -o ro,lower /dev/cddev cddirSCO UnixWare 2.1+ mount -F cdfs -r /dev/cdrom/cddev cddirSiemens Sinix 5.43 mount -F cdrom -o ro /dev/cddev cddirSilicon Graphics IRIX 5.3 mount -t iso9660 /dev/cddev cddirSPARC Solaris 2.4+ mount -F hsfs -o ro,nrr /dev/cddev cddirreplacing cddev with the device name of the CD drive, and cddir with the name of your CD's mount directory.
tar xovf /cddir/jdbc/sqlrjdbc.tar.
For example, if your CD is mounted on /cdrom, type:
tar xovf /cdrom/jdbc/sqlrjdbc.tar
To set up the JDBC driver from tar file on a web server
tar xovf /tmp/sqlrjdbc.tar
Refer to the following instructions to install the SQL-Retriever server module on your UNIX database server from the CD. You must install the UNIX software in order for the JDBC driver to work.
Note that superuser (root) privilege is required to install the SQL-Retriever software.
To install the SQL-Retriever server module from CD on UNIX
A list of commands to install the SQL-Retriever server module from CD on UNIX On this UNIX system... Type this... DEC Digital UNIX 4.0D+ mount -t cdfs -o ro,noversion /dev/cddev cddirHP-UX 10.01+ mount /dev/dsk/cddev cddir -r -F cdfsIBM AIX 4.2+ mount -v cdfs -r /dev/cddev cddirSCO OpenServer Release 5+ mount -f HS -o ro,lower /dev/cddev cddirSCO UnixWare 2.1+ mount -F cdfs -r /dev/cdrom/cddev cddirSiemens Sinix 5.43 mount -F cdrom -o ro /dev/cddev cddirSilicon Graphics IRIX 5.3 mount -t iso9660 /dev/cddev cddirSPARC Solaris 2.4+ mount -F hsfs -o ro,nrr /dev/cddev cddirreplacing cddev with the device name of the CD drive, and cddir with the name of your CD's mount directory.
cd /cdrom
sh ./setup
Some systems (for example, HP-UX) display filenames in UPPER CASE, followed by ";1". In this case, type sh ./SETUP\;1
Please note this problem.