Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Long Column and Trigger
On 10 Sep 1997 16:15:16 GMT, vkwoluri_at_qualcomm.com (venkata kowluri) wrote:
>I have a column with LONG datatype. I need to insert this column in a
>audit table via trigger whenever a new row is inserted. The corresponding
>column in the audit table is also LONG. Here are the details.
>
You cannot reference a LONG column from a trigger. That's an Oracle 7 thing. I don't know if that has changed in Oracle 8.
sanjay Received on Sun Sep 21 1997 - 00:00:00 CDT
![]() |
![]() |