Re: urgent:what is the ora-24338 [message #50272] |
Fri, 08 March 2002 03:29 |
606u
Messages: 1 Registered: March 2002
|
Junior Member |
|
|
this error is ussually caused by trying to fetch cursor data before sql statement is being executed.
this error could also be produced by executing a complex sql with bound variables in non-blocking mode
i've found an article (via google) where similar errors are described (all in non-blocking mode)
try looking for "problems using oci non blocking mode" in google and read google cache
document i found were "Oracle Objects for OLE (OO4O) Version 2.1.03.1 Production - Release Notes - May 1997"
regards, b.
|
|
|