On Sat, Feb 17, 2001 at 02:21:38PM -0000, [EMAIL PROTECTED] wrote:
> From:             [EMAIL PROTECTED]
> Operating system: RH 6.2 Linux kernel 2.2.16-3
> PHP version:      4.0.3pl1
> PHP Bug Type:     OCI8 related
> Bug description:  Lots of ORA-24324 warning in apache error_log
> 
>  There are lots of
> 
> <b>Warning</b>:  failed to rollback outstanding transactions!: ORA-24324: service 
>handle not initialized in <b>/htdocs/admin/lib/error_handler.php</b> on line 
><b>0</b><br>
> 
> such error messages in apache error_log file.  Interestingly,  There is no  OCI 
>calls in error_handler.php file. But  this file is included by oci8.php, which has  
>oci connect  and other functions.  oci8.php is  included by other php files (for 
>example product_edit.phtml).
>    When I  remove the line including "error_handler.php" in oci8.php , this time 
>same error is occured in oci8.php file.
> 
> <b>Warning</b>:  failed to rollback outstanding transactions!: ORA-24324: service 
>handle not initialized in <b>/htdocs/admin/lib/oci8.php</b> on line <b>0</b><br>
> 
> oci8.php file is including oci related custom database functions. Probably this 
>error appears after calling OCIExecute( $stmt, OCI_DEFAULT ).  I need an urgent help. 
> Thanks.

    please try to create one short testcase that shows your
    problem - 

    tc

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to