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: ROWID in statement trigger

RE: ROWID in statement trigger

From: Naveen Nahata <naveen_nahata_at_mindtree.com>
Date: Tue, 22 Oct 2002 01:10:18 -0800
Message-ID: <F001.004EF5E5.20021022011018@fatcity.com>


you'll have to write a 'trigger for each row' and then store the ROWIDs in a PL/SQL table which should be defined as a package variable.

Then in the after update statement trigger you can access the rowids

Regards
Naveen

-----Original Message-----
[mailto:PK_Deepa/VGIL_at_vguard.satyam.net.in] Sent: Tuesday, October 22, 2002 1:54 PM
To: Multiple recipients of list ORACLE-L

Hello,

How to get the ROWID of the rows being updated in an After update statement trigger ?

Thanks in advance,
Deepa

--

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

Author:
  INET: PK_Deepa/VGIL_at_vguard.satyam.net.in

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
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).
--

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

Author: Naveen Nahata
  INET: naveen_nahata_at_mindtree.com
Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
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 Tue Oct 22 2002 - 04:10:18 CDT

Original text of this message

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