ORA-24038: RETRY_DELAY and MAX_RETRIES cannot be used for a 8.0 compatible multiple consumer queue Cause: The CREATE_QUEUE orALTER_QUEUE command was issued with a
non-zero RETRY_DELAY and a QUEUE_TABLE that was created for multiple
consumers and with COMPATIBLE parameter set to '8.0'. Action: Either set theRETRY_DELAY to zero or upgrade the queue table to 8.1
compatible using the DBMS_AQADM.MIGRATE_QUEUE_TABLE procedure.