Posts

Setting up an Oracle ODBC Driver and Data Source in 64 bit OS

Image
Setting up an Oracle ODBC Driver and Data Source Setting up an Oracle ODBC Driver and Data Source requires more steps than the Microsoft SQL Server database setup. This article explains the steps including tnsnames.ora configuration. Connecting to an Oracle database via and ODBC driver requires the following steps: Install the ODAC (Oracle Data Access Components) or Oracle Client on the Workstation or Application Server. Setup the SQLNET and TNSNAMES files in the Client or ODAC home’s Admin directory. Use the ODBC Data Source configuration tools to create the ODBC Data Source. The following blog shows the process involved for each of these steps to get you a working connection to an Oracle database. Prerequisites: Java JRE or SDK 6 Update 27 or later. These are required by the Oracle Universal Installer to run the ODAC installation program. Step 1 – Install the ODAC or Oracle Client In this example we will be installing the ODAC client to complete a