RE: Clob insert problem on a Oracle db with DBI

2007-01-30 Thread Reidy, Ron
looks like it is missing commas. -- Ron Reidy Lead DBA Array BioPharma, Inc. -Original Message- From: Ron S Cetnar [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 30, 2007 1:10 PM To: dbi-users@perl.org Subject: Clob insert problem on a Oracle db with DBI I have a problem inserting a li

RE: Clob insert problem on a Oracle db with DBI

2007-01-30 Thread Garrett, Philip \(MAN-Corporate\)
Ron S Cetnar wrote: > I have a problem inserting a line of text into a CLOB data field in > Oracle. The version of PERL is 5.8 running on a AIX server 5.2. It > looks like when I'm doing the insert, it is looking at the text to > execute. The text is a sql statement that I'm trying to load. > >

Clob insert problem on a Oracle db with DBI

2007-01-30 Thread Ron S Cetnar
I have a problem inserting a line of text into a CLOB data field in Oracle. The version of PERL is 5.8 running on a AIX server 5.2. It looks like when I'm doing the insert, it is looking at the text to execute. The text is a sql statement that I'm trying to load. Any help would be greatly appre