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

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

Re: Perl questions regarding Clobs we are getting ora 600 on inserts

From: <Jared.Still_at_radisys.com>
Date: Fri, 5 Mar 2004 10:54:21 -0800
Message-ID: <OFBF6550A1.83816965-ON88256E4E.0067CA78-88256E4E.0067C65A@radisys.com>


Try searching for: ORA-600 [12333] LOB

It is apparently a network error.

Jared

"Duret, Kathy" <kduret_at_starkinvestments.com> Sent by: oracle-l-bounce_at_freelists.org
 03/05/2004 08:39 AM
 Please respond to oracle-l  

        To:     oracle-l_at_freelists.org
        cc: 
        Subject:        Perl questions regarding Clobs we are getting ora 600 on inserts


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 - 13:17:33 CST

Original text of this message

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