START_QUEUE(QUEUE_NAME=>'INCOMING_Q');

5. Start the queue:

exec dbms_aqadm.start_queue(queue_name=>'incoming_q');