On Wed, Nov 13, 2002 at 01:02:25PM -0500, Sterin, Ilya (I.) wrote:
> Try with no bind parameter.  I don't believe you need one.

That's what he was doing originally when he got the reported error:


> On Wed, Nov 13, 2002 at 10:15:18AM -0500, Wysocki, James (J.D.) wrote:
> > 
> > I'm having a problem inserting a row into my database with a CLOB column.
> > My database version is Oracle 8.1.7.  I can get it to work as long as my
> > CLOB contains < 4948 bytes.  However, if it is >= 4948, I get an Oracle
> > error ORA-03113 "end-of-file on communication channel".
> > 
> > I'm using the following statement to bind my variable to my insert statement:
> >  $sth->bind_param(2, $file_text);
> > 

Reply via email to