There are some critical critical tables that I must ensure that they are never deleted or edited. the only possible action is to read it, and dba can add more lines. It.
Now, for added security, I want even dba to not be able to delete / change entries, so basically no one can delete or modify an entry except super administrator. These tables are critical for tracking the activity of certain types of users for whom I must store data indefinitely, and some are critical search tables. Thus, a mixture of system lock values and user-tracked values.
The idea is that someone wants to destroy the data necessary to destroy this database. Is there any way to do this?
source
share