如果一个表包含主键,或者具有唯一索引,可以使用以下语句将表置为只读:

alter table xxx modify primary key disable validate 

或者

alter table xxx disable validate constraint conxxxx;