[Zope-DB] A DCOracle2 error I've never seen...
Matthew T. Kromer
matt at bane.mi.org
Fri Apr 1 06:17:42 EST 2005
It means exactly what it says -- someone closed the cursor (or the
connection the cursor was based on) and then tried to use the cursor.
It might be related to a stored procedure -- those things squirrel
away the cursor they were created on for later use.
On Apr 1, 2005, at 12:17 AM, Chris Withers wrote:
> ...and I thought I'd seen them all!
>
> Module Shared.DC.ZRDB.DA, line 454, in __call__
> - <SQL instance at f552a950>
> Module Products.ZOracleDA.db, line 175, in query
> Module Products.ZOracleDA.DCOracle2.DCOracle2, line 940, in execute
> InterfaceError: cursor is closed
>
> Any ideas?
>
> Matt?
>
> cheers,
>
> Chris
>
> --
> Simplistix - Content Management, Zope & Python Consulting
> - http://www.simplistix.co.uk
> _______________________________________________
> Zope-DB mailing list
> Zope-DB at zope.org
> http://mail.zope.org/mailman/listinfo/zope-db
More information about the Zope-DB
mailing list