奇怪的ora-12081:update operation not allowed on tablexx.xx
生产环境有套oracle10.2.0.4的库迁移到12.2.0.1版本,采用expdp/impdp方式,这样的操作这几年其实做了挺多次的。 早上开发跟我说有张表不能dml操作,报错ora-12081:update operation not allowed on table xx.xxx oracle在11g版本支持了将表改为只读状态即alter table table_name read onl…