Re: [PHP-DB] Losing the ability to connect to Oracle database

2005-04-20 Thread Michael Caplan
Hi Leo, We are having the same problem. Check out the bug I filed many months ago http://bugs.php.net/bug.php?id=30808 I can't for the life of me figure out why the bug is suspended, as this seems to be a common issue with Oracle and php5. Perhaps you should also and your comments to the bug

RE: [PHP-DB] Losing the ability to connect to Oracle database

2005-04-20 Thread Michael Caplan
PROTECTED] Sent: Wednesday, April 20, 2005 6:03 AM To: Michael Caplan Subject: Re: [PHP-DB] Losing the ability to connect to Oracle database Yes, I just found 30808. It's suspended because the fix is stated in the discussion (uncomment out a small section of oci8.c), but for performance reasons

RE: [PHP-DB] Re: oci8 cannot connect after restarting DB

2004-11-18 Thread Michael Caplan
can hack your tnsnames.ora or oci8 extension. See http://bugs.php.net/bug.php?id=15390 and http://bugs.php.net/bug.php?id=30808 Regards, John Michael Caplan [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Every evening, for whatever reason, our Oracle db (9.2.0) is restated

[PHP-DB] multiple returned lob resource being overwritten in oci8

2004-11-15 Thread Michael Caplan
Hi, I am selecting multiple columns from a table, one being a clob. the query returns multiple records for the query. The results are all good, except the clob column. The last returned record's clob column overwrites all previous clob columns (all the previous records have there unique data,