Sunday 18 March 2012

ORA-14552: cannot perform a DDL, commit or rollback inside a query or DML

ORA-14552: cannot perform a DDL, commit or rollback inside a query or DML

Cause: DDL operations like creation tables, views etc. and transaction control statements such as commit or rollback cannot be performed inside a query or a DML statement.

Action: Ensure that the offending operation is not performed or use autonomous transactions to perform the operation within the query or DML operation.

No comments:

Post a Comment