cannot perform a DML operation inside a query

Solution ID:ORA-14551

Type: Oracle

Cause

DML operation like insert, update, delete or select-for-update cannot be performed inside a query or under a PDML slave.

Actions

Either (1) Modify the partition-level default tablespace of the appropriate partition of the partitioned object to a tablespace of the same block size as the object and then retry the DDL command, OR (2) Ensure that tablespaces of the correct block size are specified for all new subpartitions being created.

Try the following links for this error:


http://docs.oracle.com/cd/E16655_01/server.121/e26079/e12700.htm


https://community.oracle.com/message/9157046


https://community.oracle.com/message/2556321


https://community.oracle.com/message/2058878


https://community.oracle.com/message/17698


https://community.oracle.com/message/1053485


https://community.oracle.com/message/1025347


https://community.oracle.com/message/3697734


https://community.oracle.com/message/10676992


https://community.oracle.com/message/3734201


https://community.oracle.com/message/2258667


https://community.oracle.com/message/1777539


https://community.oracle.com/message/3572213


https://community.oracle.com/message/9459106


https://community.oracle.com/message/11198839


https://community.oracle.com/message/1291272


Browse all solutions to database errors from Oracle, MS SQL, or MySQL