Hi,

I have a forking perl-server running connecting to
oracle 8.1.6. The main process connects to the db.
After forking the child-processes I reconnect to
the db using another handle. So every process has
its own db-Handle.

>From time to time some request throw this message:

Cannot execute: ORA-01023: Cursor context not found
  (Invalid cursor number) (DBD: oexfet error)!

I cannot comprehend this error. It comes on
different requests at different times. It seems
to be restricted to often-used-requests.

Does anyone have such expiriences? Could this
depend on the forking? The main-process needs a
db-connect before and after the forking. Is there
a way to deacivate the connection in the child-
processes without disconnecting the main-process?

I hope someone knows about this!

Thanks,
Stephan

Reply via email to