> Oracle Error: 2042 (ORA-02042: too many distributed transactions
ORA-02063:
> preceding line from SHEETS -- while processing OCI function OPARSE)
> Session halted.
Well, maybe you have a lot of transactions and never commit them.
Wild Guesses:
You used that cool ora_plogin persistent thing, so the connection never
really closes as far as Oracle is concerned, and there's an automatic
transaction started when you login, so eventually, every httpd has a
transaction going.
You didn't use the cool ora_plogin persistent thing, but everything else
above is still true.
You are using transactions somewhere but never commit nor rollback.
--
Visit the Zend Store at http://www.zend.com/store/
Wanna help me out? Like Music? Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm
--
PHP General 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]