Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Perl questions regarding Clobs we are getting ora 600 on inserts

Perl questions regarding Clobs we are getting ora 600 on inserts

From: Duret, Kathy <kduret_at_starkinvestments.com>
Date: Fri, 5 Mar 2004 10:39:04 -0600
Message-ID: <07BA8175B092D611B1DE00B0D049A31501B0B4C2@exchange.ad.starkinvestments.com>


I am asking this for a developer, I don't know much about perl, so sorry if I miss some details.
8.1.7.4 on Solaris  

The developer is trying to load some xml data into a clob column in a table. Every time he tries to insert data over 4000 characters we get: ORA-00600: internal error code, arguments: [12333], [76], [69], [32], and a core dump.  

Can't find anything on goggle or metalink.  

Is this the proper way to do this insert?  

$insert = $dbh->prepare("INSERT INTO tablename (long_column) VALUES (?)");
$insert->bind_param(1, $long_value, { ora_type => ORA_CLOB, ora_field =>
'long_column' });
$insert->execute();

Anyone got any clues or suggestions?  

Kathy

This transmission contains information solely for intended recipient and may be privileged, confidential and/or otherwise protect from disclosure. If you are not the intended recipient, please contact the sender and delete all copies of this transmission. This message and/or the materials contained herein are not an offer to sell, or a solicitation of an offer to buy, any securities or other instruments. The information has been obtained or derived from sources believed by us to be reliable, but we do not represent that it is accurate or complete. Any opinions or estimates contained in this information constitute our judgment as of this date and are subject to change without notice. Any information you share with us will be used in the operation of our business, and we do not request and do not want any material, nonpublic information. Absent an express prior written agreement, we are not agreeing to treat any information confidentially and will use any and all information and reserve the right to publish or disclose any information you share with us.



Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------
Received on Fri Mar 05 2004 - 11:29:16 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US