Cause: DML operation like insert, update, delete or select-for-update cannot be performed inside a query or under a PDML slave. See the solution below.
Error solution: Ensure that the offending DML operation is not performed or use an autonomous transaction to perform the DML operation within the query or PDML slave.
Database version: Oracle 11g Release 2 (11.2)