SYMPTOM:
While performing a Data Load in Strategy Enterprise Manager 9.x, the following error occurs:

Error executing SQL: Execute Query failed. Error type: Odbc error. Odbc operation attempted: SQLExecDirect. ORA-8007: Further changes to this block by this transaction not allowed<SQL Query>
CAUSE:
Oracle databases have a maximum number of locks to grant per transaction. When an operation is performed on a table row, a lock is created and linked to this specific row. If a large amount of data is involved in the Data Load operation, the number of locks for table rows can reach its limit, preventing the successful completion of the transaction performing it.
ACTION:
Two options are available to avoid this error:
KB30004