ORA-38029
Object statistics are locked.
Cause
An attempt was made to modify the optimizer statistics of an object whose statistics were locked.
Action
Unlock statistics with the DBMS_STATS.UNLOCK_TABLE_STATS procedure on the base table or tables and retry the operation.
ORA-38029
object statistics are locked
Cause
An attept was made to modify optimizer statistics of the object.
Action
Unlock statistics with the DBMS_STATS.UNLOCK_TABLE_STATS procedure on base table(s). Retry the operation if it is okay to update statistics.
ORA-38029
object statistics are locked
Cause
An attept was made to modify optimizer statistics of the object.
Action
Unlock statistics with the DBMS_STATS.UNLOCK_TABLE_STATS procedure on base table(s). Retry the operation if it is okay to update statistics.