| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> How to handle long column in triggers?
Hi there,
I am trying to write an after insert trigger to copy over every record inserted into table A to table B, here is how table A and B look like:
note_id number(10),
ord_no varchar2(15),
note long
I found I can hardly do anything with the long colomn which must be copied over in the trigger, does anyone have experience working around this problem? any help will be greatly appreciated.
Thanks.
![]() |
![]() |