RE: multiple versions of SQLPlus.exe [now evolved to: multiple versions of tnsnames.ora in NT/W2K]

2001-05-31 Thread Mark Leith
Yup it is a string and not a key - thanks for pointing that out :) -Original Message- Sent: Wednesday, May 30, 2001 05:36 To: Multiple recipients of list ORACLE-L versions of tnsnames.ora in NT/W2K] If under HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE you have one or multiple folders, like:

RE: multiple versions of SQLPlus.exe [now evolved to: multiple versions of tnsnames.ora in NT/W2K]

2001-05-30 Thread Kevin Kostyszyn
On NT 4 with Developer 6i and Oracle 816/817 I have never been able to get Oracle db to work off of the tns_admin key. Only forms would work off of the tns_admin, and without that key forms would not connect to the dbs. Just thought I would mention that. Kev -Original Message- Sent:

Re: multiple versions of SQLPlus.exe [now evolved to: multiple versions of tnsnames.ora in NT/W2K]

2001-05-30 Thread Igor Neyman
If under HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE you have one or multiple folders, like: HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE/HOME0 HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE/HOME1 then you have to create TNS_ADMIN string value (not key) in each of those folders pointing to your master tnsnames.ora file.

RE: multiple versions of SQLPlus.exe [now evolved to: multiple versions of tnsnames.ora in NT/W2K]

2001-05-30 Thread Kevin Kostyszyn
It is a good point that it's a string, I actually knew that, but it still doesn't explain why i can't get it to work. Not that it's that big of a deal. I'll try again, no harm in that. Kev -Original Message- Sent: Wednesday, May 30, 2001 12:36 PM To: Multiple recipients of list ORACLE-L

Re: multiple versions of SQLPlus.exe [now evolved to: multiple versions of tnsnames.ora in NT/W2K]

2001-05-29 Thread Don Granaman
In Unix, one can create links to a master by $ ls -s some master tnsnames.ora some other location/file. (I know, I could, and probably should, use the TNS_ADMIN environmental variable instead.) There seems to be no equivalent of this in NT though. Creating a shortcut doesn't seem to work.