[Zope-DB] DCOracle2 "Unable to determine Oracle version strings"
Matthew T. Kromer
matt at bane.mi.org
Fri Jul 23 14:23:19 EDT 2004
I'd guess that's a problem with either the run time library path, or a
problem in tnsnames.ora.
My best suggestion is to try to run python & load DCOracle2 manually to
see if any errors spit out on the console.
e.g.
$ cd lib/python/Products/DCOracle2
$ python
>>> import DCOracle2
>>> db = DCOracle2.connect("scott/tiger at db")
>>> print db.Version()
if Zope can't connect its likely that this above wont work either, but
it may show you some informative messages along the way.
On Jul 23, 2004, at 2:03 PM, Martinez, Michael wrote:
> I’ve got DCOracle2 installed on Redhat ES2.1, Python 2.3.4, and Zope
> 2.7.1. Zope manager -> Z Oracle Database connection -> Debug says
> “Unable to determine Oracle version strings” and is unable to connect
> to the database.
>
>
>
> Does anyone know how to fix this?
>
>
>
> Michael Martinez
>
> Unix System Administrator
>
> ISTM/CSREES/USDA Room 4161
>
> Washington, DC 2004
>
> Phone: (202) 720-6223
>
> Email: mmartinez at csrees.usda.gov
>
>
> _______________________________________________
> Zope-DB mailing list
> Zope-DB at zope.org
> http://mail.zope.org/mailman/listinfo/zope-db
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: text/enriched
Size: 1756 bytes
Desc: not available
Url : http://mail.zope.org/pipermail/zope-db/attachments/20040723/f094ed15/attachment.bin
More information about the Zope-DB
mailing list