Alter Table Read Only Examplesby Ed ChenSeptember 26, 2022March 14, 2023ALTER TABLE READ ONLY If you just want NO data of the table can be modified permanently or temporarily, you may change the attribute of… Read More »Alter Table Read Only Examples
How to Resolve ORA-12081: update operation not allowed on tableby Ed ChenSeptember 23, 2022September 19, 2022ORA-12081 An user tried to update some data in a table (DML), but it failed with ORA-12081. SQL> update employees set first_name = 'Ed' where… Read More »How to Resolve ORA-12081: update operation not allowed on table