Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Question: Use Trigger to Prevent Deletes with no Where Clause?
As xhos said (sort of ;-), this was a very specific scenario where a
client application was to discovered to have a bug that would execute a
delete with no "where" on a specific table under a very specific set of
conditions. The application will be fixed, but there's a lot of
paperwork involved in that (and approvals). I can add a trigger such
as this without much effort. I tested this on a development box and it
worked great for this scenario (thanks again Thom!). We put it into
production just a few minutes ago.
It's also nice to know about the ora_sql_text command (and where to find the docs on it and the other ora_ commands).
Jesse Received on Fri Jan 14 2005 - 12:43:21 CST