Read-Only Tables in Oracle

SQL> ALTER TABLE table_name READ ONLY;
SQL> ALTER TABLE table_name READ WRITE;

Comments