Re: Perl questions regarding Clobs we are getting ora 600 on inserts
- From: Jared.Still@xxxxxxxxxxx
- To: oracle-l@xxxxxxxxxxxxx
- Date: Fri, 5 Mar 2004 10:54:21 -0800
Try searching for: ORA-600 [12333] LOB
It is apparently a network error.
Jared
"Duret, Kathy" <kduret@xxxxxxxxxxxxxxxxxxxx>
Sent by: oracle-l-bounce@xxxxxxxxxxxxx
03/05/2004 08:39 AM
Please respond to oracle-l
To: oracle-l@xxxxxxxxxxxxx
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.
Other related posts: