William Peck 195
Member²
I'm trying to get pl-sql developer working on a new Windows 10 machine. It's almost working (I think) but I can't get tnsnames to show up.
I have 64-bit Oracle client loaded and working, as I have a 64-bit client tool that properly connects.
I have these Preferences:
Oracle Home: c:\oracle_32\TNS_ADMIN (where I have tnsnames)
OCI Library: c:\oracle_32
To get 32-bit PL-Sql Developer working, I tried to "install" 32-bit Oracle Instant client, and that's kind of different . . . First I learned that it's not really an install, just unzip and go . . . so I put that in C:\oracle_32.
Per the documentation (Feb 2013, pg. 15), I added the following environment variables:
PATH, TNS_ADMIN, NLS_LANG
Per this experts-exchange. post, I added the additional Environment Variables:
SQLPATH, LD_LIBRARY_PATH, all pointing to c:\oracle_32
I think it's working except for TNSNAMES not coming up. At first I got "C:\oracle\product\12.1.0\client_1\bin\oci.dll", but I don't get that anymore.
I have 64-bit Oracle client loaded and working, as I have a 64-bit client tool that properly connects.
I have these Preferences:
Oracle Home: c:\oracle_32\TNS_ADMIN (where I have tnsnames)
OCI Library: c:\oracle_32
To get 32-bit PL-Sql Developer working, I tried to "install" 32-bit Oracle Instant client, and that's kind of different . . . First I learned that it's not really an install, just unzip and go . . . so I put that in C:\oracle_32.
Per the documentation (Feb 2013, pg. 15), I added the following environment variables:
PATH, TNS_ADMIN, NLS_LANG
Per this experts-exchange. post, I added the additional Environment Variables:
SQLPATH, LD_LIBRARY_PATH, all pointing to c:\oracle_32
I think it's working except for TNSNAMES not coming up. At first I got "C:\oracle\product\12.1.0\client_1\bin\oci.dll", but I don't get that anymore.