Dsn Oracle Odbc Drivers For Mac



ODBC on the Macintosh

The Open Database Connectivity (ODBC) application programminginterface (API) allows applications to access data in databasemanagement systems (DBMS) using Structured Query Language (SQL)as a standard for accessing data. The interface permits maximuminteroperability - a single application can access differentdatabase management systems. This allows an application developerto develop, compile, and ship an application without targetinga specific DBMS. Users can then add modules called database driversthat link the application to their choice of database managementsystem.

ODBC allows the front end client programmer to abstractly querya proprietary backend RDBMS database without overly tying theclient application to that particular vendor.

On Mac OS X, the CData ODBC Driver for SAP 2016 is preconfigured for use with the iODBC driver manager, as are many other products like Filemaker Pro and Tableau. The iODBC installation installs its own GUI, the iODBC Administrator, and several utilities. The following sections provide instructions for installing previous versions of the Microsoft ODBC driver on macOS. Use the following commands to install the Microsoft ODBC driver 13.1 for SQL Server on OS X 10.11 (El Capitan) and macOS 10.12 (Sierra).

When programming to interact with an ODBC compliant databaseyou need to communicate via the ODBC protocol (a combination ofODBC API function calls and the SQL language). The ODBC Managerwill figure out how to contend with the type of database you aretargeting. Regardless of the database type you are using, allof your calls will be to the ODBC API. All that you need to dois have installed an ODBC driver that is specific to the typeof database you will be using.

With the introduction of REALbasicthe rapid development of AppleMacintosh applications which can act as front-ends to industrialstrength backend databases (such as SYBASE, ORACLE etc. running onSun UNIX systems) is now possible.Until now, however, the information on the missing link 'ODBC'for the Macintosh has been difficult to obtain. This web pageis designed to help you go from concept, to REALbasic ODBC clientapplication, to backend ODBC compliant Database, to product.

This page is about ODBC and not JDBC.

FileMaker Pro now has SQL Builderand ODBC import capabilities as well as an ODBC Server plugin.

I have written a Sybase Browser and isqlreplacement application for Win32 and Macintosh.

Some ODBC Background:

Dsn Oracle Odbc Drivers For Mac 64-bit

ODBC on Macintosh is implemented via shared libraries installedin the System Folder. The GUI interface to these libraries isgenerally a control panel, called 'ODBC Setup PPC' (orsome such) and the most important step in setting up an ODBC connectionis creating an 'ODBC data source'.

The 'ODBC Setup PPC' control panel will allow youto administer multiple ODBC data sources.

An 'ODBC data source' connection is simply the logicaljoin between the backend database (and the details needed to talkto that server e.g. DBMS logon name, password, IP address) andthe specific ODBC driver (shared lib) for that particular vendor(e.g. SYBASE). These connections are either of type 'UserDSN' (User Data Source Name. i.e. a remote database wherea network connection is required), 'File DSN' (FileData Source Name, i.e. a local file on this machine contains theinformation) or 'Server DSN' (Server Data Source Name,i.e. a minimally configured client interfaces with an centrallyadministered ODBC master server that communicates with the DBMS).This information gives the ODBC driver manager the ability toact as the conduit between the Client Macintosh application andthe DBMS.

With the connections set, the ODBC system is now enabled asthe Babel fish between your client application and the backendserver. Remember your app (or REALbasic) talks to the ODBC sharedlibraries and not the actual DBMS.

Some Mac ODBC Middleware software:

ODBC Aware VendorsNotes
Actual Technologies, LLCOur Actual ODBC Driver for SQL Server lets Mac OS X user connect to Microsoft SQL Server and Sybase databases from applications such as Excel and FileMaker Pro.

The driver supports both types of SQL Server authentication and requires nothing to be installed on the server.

It is available for $30 USD for a single user license. A non-expiring demo version is also available from our website.

Openlink SoftwareOpenLink Software have been providing ODBC solutions for Mac users for several years. They have recently been active in this area and have a number of software releases.

Open-source (BSD and LGPL licensed) iODBC Driver Manager for Mac OS 8.6-9.x and Mac OS X, complete with SDK for the building of both ODBC Drivers and Applications.

Universal Data Access Suite -- a Multi-Tier ODBC solution delivering connectivity from Mac OS 7+ and Mac OS X to most major DBMS on most major OS.

Virtuoso -- Internet Data Integration Server.

ODBC Gateway by Team FXMLA free, GPL'd ODBC/XML gateway that runs on Windows NT. I have written a REALbasic socket demo that can talk to this WindowsNT server process. It allows ODBC connectivity without installing Macintosh Drivers.
Server DSN setup. Allows one primary NT server to manager all ODBC configurations. Macintosh clients simply connect to this Windows NT ODBC router. Augsoft have also recently been very active in this area and have a number of new software releases are available. Excellent info docs are available.

NEW NEWS

In latest release, the hardware key is NOT required!

Latest Downloads

MERANT (INTERSOLV/ DataDirect Connect

Version 3.02 ODBC interface drivers Manual

v3 ODBC interface compliant drivers.

Difficult to find information on their poorly organised web site. Macintosh info is buried deep in the supposedly cross-platform manuals. Seems to have lost Mac focus. The single Mac programmer Peter Kaplan left in mid 1999.

FileMaker 4.1 may still be supplying the older INTERSOLV Sybase driver version 3.0.2 PPC. This driver will cause a freeze or crash if it is selected from within the Select Data Source dialog in FileMaker Pro.

Has Macintosh ODBC drivers as well as SequeLink ODBC drivers. The later is a 'universal' driver that communicates to the SequeLink Server which in turn connects to the SQL database. Sequelink ODBC driver costs about $100 USD per client in packs of 20. Amazingly, it works well...

UPDATE: MERANT recently obtained the services of a new Mac marketing manager who appears keen to reverse MERANT's previous form with Mac ODBC drivers. He seems keen to make them work again - Good Luck Greg Stasko

UPDATE 2: MERANT recently out-sourced their ODBC driver sales to www.metrotechnologies.com - MetroTech sell the latest ODBC and Sequelink drivers.

UPDATE 3: According to sources, Merant has spun off their DataDirect business in a sale to Golden Gate Capital; what this means to Mac users has yet to be determined.

UPDATE 4: According to yet more sources....

RE: ...MERANT's DataDirect division was puchased by Golden Gate Capital which is correct. That portion of the company is now it's own private company called DataDirect Technologies (www.datadirect-technologies.com) and they are still moving forward with their Mac drivers. They have recently released version 4.0 of their ODBC drivers on Mac (all other platforms are at version 4.1) which include a few 'Wire Protocol' drivers which are a real plus. Wire Protocol drivers speak directly to the database rather than through some client software which cuts out the middle man. This not only allows you to connect to DBs with only one piece of software but also speeds things up.
It should be noted that File Maker's drivers are actually embeded DataDirect drivers. The latest version of FileMaker Pro uses the 4.0 drivers.
The drivers can be purchased directly from DataDirect Technologies or through DataVisions (formerly Metro).
As of now there is a single mac developer working on the drivers.
Unfortunately, there is no SequeLink 5.3 driver on mac. 5.3 is the latest version.
Hope this info is helpful to you.
ps, I have also heard rumors of them porting their existing unix drivers to native Darwin/Unix but have no idea if this is actually going to happen.

UPDATE 4: According to reliable sources ;-)....

'Metro Technologies, L.L.C. ceased operations on January 31, 2002. The then current CEO (Gary Dotzlaw) and myself (Russell J. Cerqua) started a new company called Datavations LLC. We were able to get the contract with DataDirect to be the primary distributor of their Mac ODBC drivers. You still have a reference to the Metro Technologies website, which is currently being redirected to www.datavations.com, our new company's website.
Secondly, there was a management buy-out of the DataDirect business of Merant. The new company is appropriately known as DataDirect Technologies, Inc. While the names Intersolv and Merant are still out there with regards to ODBC drivers, everything is slowly but surely changing over to DataDirect Technologies, Inc.
Thanks for your time, and when you have a moment, check out our website at www.datavations.com.'
Visigenic - ODBC for Macintosh.Have stopped making ODBC driver for all platforms. Was the basis for the 'Apple ODBC' libraries. There are reports that the older versions are starting to fail under MacOS 9. Visigenic was purchased by Intersolv, before the merger that builtMerant.
Primebase (uses the visigenic drivers, also has a Mac SQL server)

Very active Mac focussed company. Looks interesting. RB has a native plugin.

Go to this web site and you might also find the old Visigenic/Apple ODBC control panel software

FileMaker Pro (See also the FM ODBC plugin by Professional Data Management )Mac CD has older INTERSOLV ODBC installer. Installer adds drivers for Oracle, text , dBase and FoxDb, Sybase databases (Sybase driver has crashing bug - need to upgrade to SequeLink Drivers). Started to offer FM as an ODBC server via ODBC server plugin.
Microsoft Office 98MSOffice 98 CD contains 'a Value Pack' with drivers to different dbms including MS SQL, Oracle, etc.
Apple MacODBC

Apple have signed a mult-year agreement with MERANT to ensure that ODBC drivers are available. Is this just more MERANT lip-service? Time will tell.

v2 ODBC interfaces were marked as unsupported but are now no longer available for download from Apple's web site.

REALbasic Various driversAllows the creation of powerful client applications that can access ODBC Data Sources.

JDBC

JDBC is a version of ODBC for Java applications. MacintoshJava applications can have the JDBC libraries included in theruntime application to allow connection to the RDBMS without installationof the ODBC shared libraries. This allows the app to by launchedwithout installing any extra information into the system folderand works very well. For more info on JDBC try Metrowerksand Sun.

Some helpful links:

Glossary:

ODBC - Open Database Connectivity
API - application programming interface
DBMS - (Relational) Database Management System
SQL - Structured Query Language
Babel fish - A mythical fish that when placed in the ear, translates every spoken language into your native tongue (from Author Douglas Adams).

ODBC driver managers use configuration files to define and configure ODBC datasources and drivers. To configure an ODBC connection for Mac OS X, note the followingprocedure:

Step 1: Driver Installer Updates Sample Configuration Files

Before you connect to Drill through an ODBC client tool on Mac OS X, the driver installer copies the following configuration files in /Library/mapr/drill/Setup to your home directory unless the files already exist in your home directory:

  • mapr.drillodbc.ini
  • odbc.ini
  • odbcinst.ini

In your home directory, rename the files as hidden files. Use sudo if necessary:

  • .mapr.drillodbc.ini
  • .odbc.ini
  • .odbcinst.ini

The installer for Mac OS X creates a sample user DSN in odbc.ini in either of the following locations:

Install odbc driver for oracle
  • ~/Library/ODBC/odbc.ini
  • ~/.odbc.ini

Depending on the driver manager you use, the user DSN in one of these files will be effective.

Note

The System and User DSN use different ini files in different locations on OS X.

Step 2: Set Environment Variables

The driver installer installs the .mapr.drillodbc.ini file to your home directory and adds an entry to the $HOME/.odbc.ini file.

If you installed the iODBC driver manager using the DMG, the dynamic linker (DYLD) libraries are installed in /usr/local/iODBC/lib. The launchd.conf file contains contents such as the following:

Restart the Mac OS X or run launchctl load /etc/launchd.conf.

Step 3: Define the ODBC Data Sources in .odbc.ini

Define the ODBC data sources in the ~/.odbc.ini configuration file for your environment.

You set the following properties for using Drill in embedded mode:

You set the following properties for using Drill in distributed mode:

Dsn Oracle Odbc Drivers For Mac Os

Authentication Properties

If the Drillbit requires authentication, uncomment the AuthenticationType, add an AuthenticationType, and configure properties. If the Drillbit does not require authentication (or to configure no password protection), you can use the No Authentication option. You do not need to configure additional settings.

Dsn Oracle Odbc Drivers For Mac

Dsn Oracle Odbc Drivers For Mac Windows 10

  • Kerberos
    • See the MIT Kerberos documentation for installing and configuring a Kerberos environment, which is beyond the scope of the information provided here.
    • To specify the Kerberos mechanism:
      • Set the AuthenticationType to Kerberos.
      • Set the KrbServiceHost property to the FQDN of the Drill server host.
      • Set the KrbServiceName property to the Kerberos service principal name of the Drill server.
  • Plain (or Basic Authentication)
    • Configure the UID to an appropriate name for accessing the Drill server.
    • Set the PWD property to the password corresponding to the UID.

To configure no password protection, select No Authentication.

Direct and ZooKeeper Quorum Properties

To use Drill in distributed mode, set ConnectionType to Zookeeper, get the ZKQuorum and ZKClusterID values from the drill-override.conf file, and define the ZKQuorum and ZKClusterID properties. Format ZKQuorum as a comma separated list of ZooKeeper nodes in the following format:
<host name/ip address> : <port number>, <host name/ip address> : <port number>, . . .

For example:

  • ZKQuorum=centos23:5181,centos28:5181,centos29:5181
  • ZKClusterID=docs41cluster-drillbits

To use Drill in local mode, do not define the ZKQuorum and ZKClusterID properties. Start Drill using the drill-localhost command, set ConnectionType to Direct, and define HOST and PORT properties. For example:

  • HOST=<IP address of drillbit>:5181
  • PORT=31010

Driver Configuration Options describes configuration options available for controlling thebehavior of DSNs using the Drill ODBC Driver.

Sample Configuration File

The following sample shows a possible configuration for using Drill in embedded mode.

Note

The password should be provided in the connection string or ODBC application at connection time, not in the INI file.

Step 4: Configure the Drill ODBC Driver

Configure the Drill ODBC Driver for your environment by modifying the .mapr.drillodbc.ini configurationfile. This configures the driver to work with your ODBC driver manager. The following sample shows a possible configuration, which you can use as is if you installed the default iODBC driver manager.

Example

Configuring .mapr.drillodbc.ini

To configure the Drill ODBC Driver in the .mapr.drillodbc.ini configuration file, complete the following steps:

  1. Open the .mapr.drillodbc.ini configuration file in a text editor.

  2. Edit the DisableAsync setting if you want to enable a synchronous ODBC connection for performance reasons. Change the default 0 to 1 to disable the asynchronous and enable the synchronous connection. A change in state occurs during driver initialization and is propagated to all driver DSNs.

  1. Save the .mapr.drillodbc.ini configuration file.

Next Step

Oracle Odbc Driver Mac

Refer to Testing the ODBC Connection.

Oracle

Odbc Dsn Connection

← Configuring ODBC on LinuxConfiguring ODBC on Windows →