Dear Users,

Please use the below option to protect the master tables to avoid un-wanted updates/delete/inserts. Allow only to the users who is having the rights just before the update/delete/insert and change back to read-only once the operations completed. This will be very useful in apex environment project.

ALTER TABLE table_name READ ONLY;
ALTER TABLE table_name READ WRITE;