Re: [cx-oracle-users] Strange TNS issue with new build of cx_Oracle.so
Brought to you by:
atuining
From: Mark H. <mh...@pi...> - 2008-07-10 20:32:47
|
Anthony Tuininga wrote: > First, what TNS error? Second, check to see what the makedsn() returns > and compare with what is stored in your tnsnames.ora file. I can think > of no reason why the new version of cx_Oracle would have a problem > compared to the old version. It might not be a bad idea to run strace (on solaris, truss or dtruss?), just to make sure there's no oddness in which tnsnames is being read. |