Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> How to process "long" in trigger?
we have table with column type "long" in it(actually
this "long" field store ASCII text and less than 4000
characters). The ORACLE database is 9ir2. We tried
to create "logical standby database", but "logical
stansdby database" does NOT update "long" field.
The way I tried to do is use "trigger" when update "long" table, insert new data (since this "long" store ASCII data) into another table with "varchar2". The problem I got is "trigger" can NOT handle "long".
Anyone has way to handle this?
Thanks.
-- http://www.freelists.org/webpage/oracle-lReceived on Fri Sep 21 2007 - 09:40:54 CDT