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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: longraw in a trigger HOWTO ?

Re: longraw in a trigger HOWTO ?

From: Shreepad Vaidya <Shreepad.Vaidya_at_alltel.com>
Date: Wed, 13 Dec 2000 0:47 -0600
Message-Id: <10708.124418@fatcity.com>


Hi Sonia,

LONG, LONG RAW datatypes in triggers are subject to the following restrictions : (Oracle 8i )

  1. A SQL statement within a trigger can insert data into a column of LONG or LONG RAW datatype.
  2. If data from a LONG or LONG RAW column can be converted to a constrained datatype (such as CHAR and VARCHAR2), then a LONG or LONG RAW column can be referenced in a SQL statement within a trigger. The maximum length for these datatypes is 32000 bytes.
  3. Variables cannot be declared using the LONG or LONG RAW datatypes.
  4. :NEW and :PARENT cannot be used with LONG or LONG RAW columns.

HTH
               Shreepad

From: ORACLE-L_at_fatcity.com AT INTERNET on 12/12/2000 10:35

To: ORACLE-L_at_fatcity.com AT INTERNET_at_CCMAIL cc: (bcc: Shreepad Vaidya/EMEA/ALLTELCORP)

Subject: longraw in a trigger HOWTO ?

Hello list,
I have a table which is replicated through a trigger in a remote database using a db_link. Now we need to add a longraw column in the table. Is there a way to manipualte longraws through a trigger.

thanks
Sonia P.



Do You Yahoo!?
Yahoo! Shopping - Thousands of Stores. Millions of Products. http://shopping.yahoo.com/
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: sonia pajerowski
  INET: spajerowski_at_yahoo.com
Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists

--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Wed Dec 13 2000 - 00:47:13 CST

Original text of this message

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