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:

Figure8.1.OracleDMG.png

OracleDMG.png

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

Figure8.2.OraclePackage.png

OraclePackage.png

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

Figure8.3.OracleInstall2.png

OracleInstall2.png

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

Figure8.4.OracleInstall3.png

OracleInstall3.png

Please read the software license agreement before continuing your installation:

Figure8.5.OracleInstall4.png

OracleInstall4.png

Figure8.6.OracleInstall5.png

OracleInstall5.png

Select destination volume for driver installation:

Figure8.7.OracleInstall6.png

OracleInstall6.png

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

Figure8.8.OracleInstall7.png

OracleInstall7.png

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:

Figure8.9.OracleInstall8.png

OracleInstall8.png

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:

Figure8.10.OracleInstall10.png

OracleInstall10.png

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.

Figure8.11.OracleInstall12.png

OracleInstall12.png

Select the license file to be used for the installation:

Figure8.12.OracleInstall14.png

OracleInstall14.png

Installation is complete:

Figure8.13.OracleInstall15.png

OracleInstall15.png

8.1.2. Configuration

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

Figure8.14.ODBCadmin.png

ODBCadmin.png

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

Figure8.15.OracleConfig1.png

OracleConfig1.png

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

Figure8.16.OracleConfig2.png

OracleConfig2.png

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

Figure8.17.OracleConfig3.png

OracleConfig3.png

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

Figure8.18.OracleConfig4.png

OracleConfig4.png

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:

Table8.1.

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:

Figure8.19.OracleConfig6.png

OracleConfig6.png

  • Row Buffer Size - This attribute specifies the number of records to be transported over the network in a single network hop. Values can range from 1 to 99.

  • Hide Login Dialog - Suppress the ODBC "Username" and "Password" login dialog box when interacting with your ODBC DSN from within an ODBC compliant application.

  • Read Only connection - Specify whether the connection is to be read-only. Make sure the checkbox is unchecked to request a read-write connection.

  • Drop Catalog from Meta calls - Enable this option to have the catalog name not appear for tables, views and procedures when requesting database meta-data.

  • Drop Schema from Meta calls - Enable this option to have the schema-name not appear for tables, views and procedures when requesting database metadata.

  • SQLStatistics disabled - Check this box to have SQLStatistics() return an empty resultset. Use this if the underlying database does not support retrieving statistics about a table (e.g. what indexes there are on it).

  • No support of quoted identifier - If it is set, the call SQLGetInfo for 'SQL_IDENTIFIER_QUOTE_CHAR' will return the space (" "). It can be used if DBMS doesn't support quoted SQL such as select * from "account"

  • No support of search string escape - If it is set, the call SQLGetInfo for 'SQL_LIKE_ESCAPE_CLAUSE' will return the space (" "). It can be used if DBMS doesn't support SQL escape patterns

  • Patch of NULL size of SQL_CHAR - If set this option overrides the size of SQL_CHAR column type returned by the database with the value set in the text box (in bytes). With the default value of 0 the driver uses the size returned by the database.

  • SQL_DBMS Name - Manually override the SQLGetInfo(SQL_DBMS_NAME) response returned by the driver. This is know to be required for products like Microsoft InfoPath for which the return the value should be "SQL Server".

Figure8.20.OracleConfig7.png

OracleConfig7.png

  • Initialization SQL - Lets you specify a file containing SQL statements that will be run against the database upon connection, automatically.

  • Cursor Sensitivity - Enables or disables the row version cache used with dynamic cursors. When dynamic cursor sensitivity is set high, the Cursor Library calculates checksums for each row in the current rowset and compares these with the checksums (if any) already stored in the row version cache for the same rows when fetched previously. If the checksums differ for a row, the row has been updated since it was last fetched and the row status flag is set to SQL_ROW_UPDATED. The row version cache is then updated with the latest checksums for the rowset. From the user's point of view, the only visible difference between the two sensitivity settings is that a row status flag can never be set to SQL_ROW_UPDATED when the cursor sensitivity is low. (The row status is instead displayed as SQL_ROW_SUCCESS.) In all other respects, performance aside, the two settings are the same - deleted rows don't appear in the rowset, updates to the row since the row was last fetched are reflected in the row data, and inserted rows appear in the rowset if their keys fall within the span of the rowset. If your application does not need to detect the row status SQL_ROW_UPDATED, you should leave the 'High Cursor Sensitivity' checkbox unchecked, as performance is improved. The calculation and comparison of checksums for each row fetched carries an overhead. If this option is enabled, the table oplrvc must have been created beforehand using the appropriate script for the target database.

  • MaxRows Override - Allows you to define a limit on the maximum number of rows to returned from a query. The default value of 0 means no limit.

  • Disable AutoCommit - Change the default commit behaviour of the OpenLink Lite Driver. The default mode is AutoCommit mode (box unchecked).

  • Disable Rowset Size Limit - Disable the limitation enforced by the cursor library. The limitation is enforced by default to prevent the Driver claiming all available memory in the event that a resultset is generated from an erroneous query is very large. The limit is normally never reached.

  • Defer fetching of long data - Defer fetching of LONG (BINARY, BLOB etc.) data unless explicitly requested in query. This provides significant performance increase when fields in query does not include LONG data fields.

  • Multiple Active Statements Emulation - Enables use of Multiple Active statements in an ODBC application even if the underlying database does not allow this, as it is emulated in the driver.

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

Figure8.21.OracleConfig8.png

OracleConfig8.png

Enter a vaild username and pasword for the database:

Figure8.22.OracleConfig9.png

OracleConfig9.png

A successful connection to the database has been made:

Figure8.23.OracleSucess.png

OracleSucess.png