Some notes on using Oracle 11 Database Instant Client
September 16, 2009
I recently upgraded my day-to-day environment to Windows 7 (64-bit) using MSSQL 2008. This week I needed to do some Oracle work, so I needed to get DovetailAgent working with an Oracle 9 (technically 9.2.0.1.0) database, so I needed Oracle client software. The latest Oracle client version is 11, so I decided to give that a try. The actual Oracle database runs on a VM, so I just needed an Oracle client. Here are a few notes about getting this working. Install Oracle Instant Client Install the Oracle 11 Instant Client for your platform. I installed mine into C:\oracle\product\11.1.0\client_1 I went to edit the tnsnames.ora file, and quickly realized that there wasn’t one. A little googling led me to a helpful blog post at DBAToolZ. Environment Variables Following the instructions from that blog post, I created a new system environment…