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

Home -> Community -> Mailing Lists -> Oracle-L -> Update/Insert CLOB in a trigger

Update/Insert CLOB in a trigger

From: Kyle Lai <Kyle.Lai_at_amaral.com>
Date: Thu, 27 Jul 2000 17:00:45 -0400
Message-Id: <10571.113175@fatcity.com>


Hi,

Have anyone figured out a way around to update/insert CLOB inside a trigger?

Based on Metalink, CLOB can be READ-ONLY inside a trigger, so I always got ORA-22275 error...

What I had tried is :

  1. Create a stored procedure to handle the CLOB insert/update (didn't help)
  2. Used DBMS_LOB.COPY in the trigger, did not help at all...

I really appreciate any input.

Thanks, Received on Thu Jul 27 2000 - 16:00:45 CDT

Original text of this message

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