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:         [EMAIL PROTECTED]@SUNGARD   On Behalf Of Rachel Carmichael 
><[EMAIL PROTECTED]>
> 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: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).

Reply via email to