Book Home

Contents
Preface


OpenLink ODBC Driver for Oracle (Express Editon) for Mac OS X
Installation Guide Configuration

8.1. OpenLink ODBC Driver for Oracle (Express Editon) for Mac OS X

8.1.1. Installation Guide

The OpenLink ODBC Driver for Oracle (Express Edition is a distributed as a Disk Image (DMG) file. Simply double click on the disk image 'mul6eora.dmg' to extract the installer mpkg file:

Figure: 8.1.1.1.

Double-click on the mpkg file to run the installer and following the on screen instriuction as indicated below to complete the installation:

Figure: 8.1.1.2.

Installer Welcome Dialog for the OpenLink ODBC Driver for Oracle (Express Edition):

Figure: 8.1.1.3.

Please review the readme file for installation requirements and known issues:

Figure: 8.1.1.4.

Please read the software license agreement before continuing your installation:

Figure: 8.1.1.5.
Figure: 8.1.1.6.

Select destination volume for driver installation:

Figure: 8.1.1.7.

Choose to perform a custom or default installation of the driver:

Figure: 8.1.1.8.

If you chose the custom option select which of the components below are to be installed: The Software must be installed as a user with Administrative privileges on the machine:

Figure: 8.1.1.9.

After the driver has been installed you will be prompted for a license file. If a license file already exists on the machine then select the 'use exisiting file' option. A trial (try) or full (buy) license can be obtain by selecting the 'try and buy' option which loads our online try and buy web page:

Figure: 8.1.1.10.

To obtain the trial license you must be a registered user on the OpenLink Web site and login with the username (e-mail address) and password for that user. Click on the 'Shop' link to visit our online shop cart to purchases a full license if required: Click on the 'download license' button to obtain the license file immediately and save to your desktop. Alternatively an auto e-mail will be sent to the registered users e-mail address with a link to their OpenLink Data Space (ODS) where all trial and full license files will be stored in the Briefcase for download at a later date.

Figure: 8.1.1.11.

Select the license file to be used for the installation:

Figure: 8.1.1.12.

Installation is complete:

Figure: 8.1.1.13.

8.1.2. Configuration

To configure an ODBC DSN, run the OpenLink iODBC Administrator located in the /Applications/iODBC folder:

Figure: 8.1.2.1.

Click on the add button to Choose the ODBC Driver the DSN should be created for:

Figure: 8.1.2.2.

Choose the OpenLink Oracle Driver (Express Edition) v6.0 from the list of available drivers:

Figure: 8.1.2.3.

In the Data Source tab, select a suitable DSN name and optional description for the Data Source to be created:

Figure: 8.1.2.4.

The Connection Tab request the minimum paramters required to make a connection to the target database:

Figure: 8.1.2.5.

Host: This is the fully qualified hostname, or IP address, of the machine hosting the DBMS you wish to access, e.g., dbms-server.example.com, or 192.168.155.123. Any hostname which will be resolved by your local DNS is acceptable.

Port: The port that the Oracle instance listens on.

SID (Service Name): The Oracle System Identifier that refers to the instance of the Oracle database running on the server.

User Name: The name of a valid Oracle user.

Advanced - Additional optional configuration paramters:

Table: 8.1.2.6.
NetworkProtocol Set the network protocol for the connections. Default is 'tcp'. Can be set to all possible protocols Net8 supports. Only needed for JDBC OCI driver.
MaxStatements Specifies the value of the maxStatements property. This will be the size of the application cache (which will be used by both implicit and explicit caching).
ImplicitCachingEnabled Sets the value of the implicitCachingEnabled property, which enables or disables the implicit cache. Note that this is independent of the cache size, set with setMaxStatements().
ExplicitCachingEnabled Sets the value of the explicitCachingEnabled property, which enables or disables the explicit cache. Note that this is independent of the cache size, set with setMaxStatments().

As indiacted above the paramters of the options and preferences tabs are not required for a basic connection:

Figure: 8.1.2.7.
Figure: 8.1.2.8.

Click on the 'Test Data Source' button to make a connection to the database to verify connectivity:

Figure: 8.1.2.9.

Enter a vaild username and pasword for the database:

Figure: 8.1.2.10.

A successful connection to the database has been made:

Figure: 8.1.2.11.