I'm running into an Oracle error when running my python script using DCOracle2 on NT4, yet when I test it by hand in the interpreter it works fine. Using DCOracle2-1.1 on NT4/Apache, and here's the error reported: """dco2.DatabaseError: (12538, 'Error while trying to retrieve text for error ORA-12538')""" I've looked up the reason as being related to TNSNAMES.ora but why would the interpreter work and not the script? I have Perl scripts accessing it fine, so I don't think it's a User problem with Apache. Thanks, Sean
On Friday 12 July 2002 02:05, Sean Abrahams wrote:
Using DCOracle2-1.1 on NT4/Apache, and here's the error reported:
"""dco2.DatabaseError: (12538, 'Error while trying to retrieve text for error ORA-12538')"""
In general, this is a crossposting. Please write to Zope-DB list (zope-db@zope.org) -- Sincerely yours, Bogdan M. Maryniuck Fatal Error: Found [MS-Windows] System -> Repartitioning Disk for Linux... (By cbbrown@io.org, Christopher Browne)
Sean Abrahams wrote:
I'm running into an Oracle error when running my python script using DCOracle2 on NT4, yet when I test it by hand in the interpreter it works fine.
Using DCOracle2-1.1 on NT4/Apache, and here's the error reported:
"""dco2.DatabaseError: (12538, 'Error while trying to retrieve text for error ORA-12538')"""
I've looked up the reason as being related to TNSNAMES.ora but why would the interpreter work and not the script? I have Perl scripts accessing it fine, so I don't think it's a User problem with Apache.
Thanks, Sean
The registry equivalent of ORACLE_HOME isn't set properly on that NT machine. You can manually set the process environment variable ORACLE_HOME to point at where the Oracle client installation is. -- Matt Kromer Zope Corporation http://www.zope.com/
participants (3)
-
Bo M. Maryniuck -
Matthew T. Kromer -
Sean Abrahams