DCOracle on Oracle 8.1.x

Karl Putland kputland at servicemagic.com
Thu Jan 27 12:27:59 EST 2000


Brief testing with DCOracle on NT using Oracle 8.0.5

everything seems to work just fine after I changed the attribute
substitution from the '?' style of mxODBC to the ':p1' ':pn' style of
DCOracle.

-Karl
----- Original Message -----
From: <R.Fehrenbacher at iname.com>
Newsgroups: comp.lang.python
To: <python-list at python.org>
Sent: Tuesday, January 25, 2000 10:18 AM
Subject: DCOracle on Oracle 8.1.x


> Did anybody have success with this combination on
> Solaris 2.6 (or other OS) and Python 1.52.
>
> Got the module compile all right, and most things
> I checked so far work. However some don´t:
>
> Example:
>
> cursor(select * from v$session)
> raises ORA-01455 error, whereas
> cursor(select sid,serial#,username,osuser from
> v$session)
> works just fine.
>
> I had a similar problem with another select * from
> a v$xxxxx table which I can't remember now. Again,
> when I specified the fields explicitly things
> worked.
>
> Could anybody veryfy this problem on Oracle 8.0.5
> e.g., or on other installations.
>
> Cheers,
>
> Roland
>
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
> --
> http://www.python.org/mailman/listinfo/python-list





More information about the Python-list mailing list