Database Error Messages

ORA-29352

event 'string' is not an internal event

Cause

The DBMS_SYSTEM.WAIT_FOR_EVENT procedure was called with an event name that is not an internal event.


Action

Check the list of events from X$KSLED and verify the event name parameter passed to the WAIT_FOR_EVENT procedure.