Graduate Windows LabOracle Connection InformationWe are now running Oracle 11g (version 11.1.0.7) server on Windows 2008, 64 bit virtual machine. The Oracle Client 11g is installed on every Translab and Gradlab machine. The JDBC drivers to connect to the Oracle Server are also installed in the corresponding client directories. There are namely 2 drivers classes12.jar and ojdbc14.jar available for connection to the database. If you 're using a version of jdk1.4.2 or later the driver ojdbc14.jar should be specified in the JDBC connect string. Basic connection information to connect to an Oracle database is as follows:
Following are the steps.
In Windows select Start → Programs → Oracle (it will be some extended folder name) → Application Development → SQL Plus
In Windows select Start → Programs → Oracle (it will be some extended folder name) → Application Development → SQL Developer Visit Online Demonstrations and tutorials for using using SQL Developer. Connecting to the Oracle Database Server using JDBC from Home Since a Firewall sits between the Oracle Database Server and the Oracle Client the JDBC connect string has to account for that. The steps below walk a user on using Oracle jdbc drivers to connect to the database. NOTE: When connecting to the database from inside the department Translab or Gradlab, only Oracle Instant Client is available on the machines which is JDBC-THIN compliant. Running programs which use JDBC-OCI to establish a connection to the oracle server will thus fail to make a connection from the GRADLABS because of incompatibilty.
For any concerns, questions or issues please contact us. |