Cause: The instance was started with DML_LOCKS = 0, and the statement being executed needs a full-table lock (S, X, or SSX). See the solution below.
Error solution: Restart the instance with DML_LOCKS not equal to zero, and reexecute the statement.
Database version: Oracle 11g Release 2 (11.2)