[PHP-DB] why can't I insert long string into CLOB field? From: Fred Cai (Fred.Cai <email protected>)
Date: 08/30/00

evironment: PHP4 + oracle8

I have a table which have a CLOB field,
when I insert a string about 4k length into the CLOB field in PHP, there is
a error;

The SQL statement:
insert into table_name values (..., long_string ,...);

"Warning: Ora_Parse failed (ORA-01704: the string is too long -- while
processing OCI function OPARSE) in ./db/oracle.php on line 110"

Why? and how to solve it?
Who could tell me?
I'll be very thankful,:-)

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-db-unsubscribe <email protected>
For additional commands, e-mail: php-db-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>