Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Help with Trigger!!!
Well this depends on how are you deleting the records.
If you are using developer tools you can do a pre-delete trigger and do what ever you want. Or else you can have a database trigger in the database on the table. You can use procedure builder or any other PL/SQL compiler to do that.
HTH
Prasad Chavali
pchavali_at_assettech.com
Database Generation Ltd. wrote in message <36E575AE.1EE2_at_dircon.co.uk>...
>Dear friends,
>
>Is it possible (and if it possible - how) to create the trigger BEFORE
>delete that will copy the record before delete it into another table
>with the same structure?
>
>Thank you very much in advance.
>Eugene
Received on Tue Mar 09 1999 - 19:05:38 CST
![]() |
![]() |