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: What Attributes are available to a Trigger

RE: What Attributes are available to a Trigger

From: <johanna.doran_at_sungard.com>
Date: Tue, 25 Jun 2002 13:30:23 -0800
Message-ID: <F001.0048792F.20020625133023@fatcity.com>


Hi,

        I discovered that you can use tests to garb the operation types as follows:

		If Updating
		If Inserting
		If Deleting

	etc.

	I am trying to build my own sql trace using before insert,updatemdelete trigger for each row.

	still working on it.

Thanks,
	Hannah



> -----Original Message-----
> From: root_at_fatcity.com_at_SUNGARD On Behalf Of Rachel Carmichael <wisernet100_at_yahoo.com>
> Sent: Tuesday, June 25, 2002 5:11 PM
> To: Multiple recipients of list ORACLE-L
> Subject: Re: What Attributes are available to a Trigger
>
> by type of ddl do you mean insert/update/delete?
>
> if so, you can code the trigger as "on insert" "on update" etc (or a
> combination of those values) and you can test for which of them it is
> (if you have coded the combination)
>
> as far as I know, you do not have access to the sql itself.
>
>
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: 
  INET: johanna.doran_at_sungard.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 Tue Jun 25 2002 - 16:30:23 CDT

Original text of this message

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