Rules to pass an event-based job - Oracle DBA
Q. The Scheduler can pass an event-based job for the message content of the event that started the job. To pass an event-based job which of the following rules will be applied?- Published on 13 Aug 15a. The job must use a named program of type STORED_PROCEDURE
b. One of the named program's arguments must be a metadata argument with metadata_attribute set to EVENT_MESSAGE
c. The stored procedure that implements the program must have an argument at the position corresponding to the named program's metadata argument. The argument type must be the data type of the queue where your application queues the job-start event
d. Both A & B
e. All mentioned above
ANSWER: All mentioned above