|
Posted by Andy Hassall on 04/03/07 23:02
On 2 Apr 2007 14:42:44 -0700, trpost@gmail.com wrote:
>On Apr 2, 1:38 pm, trp...@gmail.com wrote:
>> I get the same problem on both Windows and Solaris
>
>Is there anything better than adodb, that supports concurrent
>transactions. I am still getting the following if I call the same
>query at the same time:
>
>Warning: ocilogon() [function.ocilogon]: OCISessionBegin: ORA-03127:
>no new operations allowed until the active operation ends
ADOdb is just a wrapper for the various database extensions, in this case the
oci8 extension to access Oracle; it won't be responsible for the error, which
is coming from the database extension level.
--
Andy Hassall :: andy@andyh.co.uk :: http://www.andyh.co.uk
http://www.andyhsoftware.co.uk/space :: disk and FTP usage analysis tool
[Back to original message]
|