在logical standby环境下,备库基本上是一个独立的库,如果要在备库,以非sys用户对备库的数据进行DML修改,就会报错 ora-16224
|
1 2 3 4 |
au10qapap0tels2:ARS2AP:/opt/app/oracle/admin> oerr ora 16224 16224, 00000, "Database Guard is enabled" // *Cause: Operation could not be performed because database guard is enabled // *Action: Verify operation is correct and disable database guard |
我们需要在备库做一些操作,以避免报错。 检查备库状态,我们发现是处于standby […]