Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Trigger problem
Cris Carampa wrote:
> Holger Baer wrote:
>
>> The best way would have been if the only way to delete a row in >> myTable was >> through a package/stored procedure - that avoids the trigger problem >> altogether.
Sure, that's possible, but over the last few years I've developed a deep dislike of any application that's not using stored procedures - I believe I read on asktom once that Tom Kyte considers a client application that has select, insert, update, delete somewhere in the code as a bug waiting to happen. Since then none of my applications do DML directly and guess what: in one case I had to frequently change the Workflow over the last year but I could do that without a single change to the client code.
Cheers,
Holger Received on Fri Mar 04 2005 - 03:46:51 CST
![]() |
![]() |