Message Oracle ORA-25316 - Late in the current transaction to begin an Enqueue/Dequeue operation

ERRORLate in the current transaction to begin an Enqueue/Dequeue operation
CAUSECheck if the Enqueue/Dequeue operation is performed via triggers on Materialized Views which isnt supported.
ACTIONTriggers on materialized views arent supported. Workarounds are on-demand materialized views or execution of trigger code within an autonomous txn.