ORA-00062: DML full-table lock cannot be acquired; DML_LOCKS is 0
Cause: The instance was started with DML_LOCKS = 0, and the statement being executed needs a full-table lock (S, X, or SSX).
Action: Restart the instance with DML_LOCKS not equal to zero, and reexecute the statement.
.’
‘.
错误代码:ORA-00062
官方英文说明:”DBA views not available for instant client”
中文说明:即时客户端不可用于 DBA 视图
常见情况:
解决步骤:
注意:使用 Oracle 即时客户端时,DBA 视图仅在拥有完整数据库安装的情况下可用。
. ‘