Date: 08/30/00
- Next message: thies <email protected>: "Re: [PHP-DB] DSO installation problem --with-oci8"
- Previous message: php3 <email protected>: "Re: [PHP-DB] PHP/MySQL: How do I find orphaned records?"
- Next in thread: thies <email protected>: "Re: [PHP-DB] why can't I insert long string into CLOB field?"
- Reply: thies <email protected>: "Re: [PHP-DB] why can't I insert long string into CLOB field?"
- Reply: David Newcomb: "Re: [PHP-DB] why can't I insert long string into CLOB field?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: thies <email protected>: "Re: [PHP-DB] DSO installation problem --with-oci8"
- Previous message: php3 <email protected>: "Re: [PHP-DB] PHP/MySQL: How do I find orphaned records?"
- Next in thread: thies <email protected>: "Re: [PHP-DB] why can't I insert long string into CLOB field?"
- Reply: thies <email protected>: "Re: [PHP-DB] why can't I insert long string into CLOB field?"
- Reply: David Newcomb: "Re: [PHP-DB] why can't I insert long string into CLOB field?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

