Attempting to insert approx 20k of ASCII into a CLOB (Oracle 9i), I am receiving this error:
Server returned error: Failed to execute method CallMethod: DBD::Oracle::st execute failed: ORA-01704: string literal too long (DBD ERROR: OCIStmtExecute) Why are large data inserts causing problems? Inserting ~1k of data works fine. Do I need to bind the data? I've had a good search on the net and groups.google.com but can't find an explanation. Thanks very much. -- Paul Rundle
