First, I need to create an ODBC connection to my Oracle database. But when I click 'add', this is what I see....
SQL, SQL, and only SQL. That does me no good.
#1 - I need to download and install an Oracle Client. But Golden needs a 32bit ODBC connection, so don't download 64bit.
#2 - Find the download for "Oracle Database 11g Release 2 (11.2.0.1.0) for Microsoft Windows (32-bit)" on the Oracle website. Or whatever the new release is.
#3 - Download it, and follow the instructions to install it. This usually means running a setup.exe, and adding the Oracle folder to your Windows path.
- In Command prompt:
PATH C:\Oracle; %PATH%
- Once installed, add tnsnames.ora in your Oracle admin folder (C:\app\<user>\product\11.2.0\client_1\network\admin)
#4 - Add an Oracle Connection to ODBC-32bit. The path to ODBC-32 in Windows7 is here: C:\Windows\SysWOW64\odbcad32.exe#5 - Open Golden, and have it look in your tnsnames.ora, to find your database(s) and connect.
No comments:
Post a Comment