Re: Making certain records in table non-deleteable

From: Tom Scott <tom-s_at_pacbell.net>
Date: Tue, 31 Aug 1999 09:07:40 +0000
Message-ID: <37CB9B5C.7376AC2_at_pacbell.net>


> I have a table which will contain many records; however, several records
> in this table help to drive the PL/SQL and should never, ever be deleted
> or altered. How can I make these records permanent? What is the best
> way?

Probably the easiest way is to use a trigger that cancels the delete if certain conditions are met. Received on Tue Aug 31 1999 - 11:07:40 CEST

Original text of this message