Re: [PHP] oracle: updating clob causes error 600

2002-10-28 Thread Juhan Kundla
Hei! Ühel ilusal päeval [27-10-2002 21:27] kirjutas Nick Eby: I'm running oracle 8.1.7 w/ php 4.2. I use the oci8 functions to update clob columns, and maybe 1 out of every 15 or 20 times, updating a clob column causes the mysterious ora-600, internal error code. Anybody out there

Re: [PHP] oracle: updating clob causes error 600

2002-10-28 Thread Maxim Maletsky
What's the Oracle version? OCIServerVersion($stmt); -- Maxim Maletsky [EMAIL PROTECTED] www.PHPBeginner.com // PHP for Beginners www.maxim.cx // my Home // my Wish List: ( Get me something! ) http://www.amazon.com/exec/obidos/registry/2IXE7SMI5EDI3 Juhan Kundla [EMAIL

Re: [PHP] oracle: updating clob causes error 600

2002-10-28 Thread Nick Eby
Maxim Maletsky [EMAIL PROTECTED] wrote in message news:20021028122405.4F05.MAXIM;php.net... What's the Oracle version? 8.1.7 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] oracle: updating clob causes error 600

2002-10-27 Thread Nick Eby
I'm running oracle 8.1.7 w/ php 4.2. I use the oci8 functions to update clob columns, and maybe 1 out of every 15 or 20 times, updating a clob column causes the mysterious ora-600, internal error code. Anybody out there experienced this (and hopefully resolved it) who can shed some light? thanks