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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Long Column and Trigger

Re: Long Column and Trigger

From: Sanjay Tikku <stikku_at_ma.ultranet.com>
Date: 1997/09/21
Message-ID: <34257241.3038153@news.ma.ultranet.com>#1/1

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

Original text of this message

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