标题: ORA-24038: RETRY_DELAY and MAX_RETRIES [打印本页] 作者: admin 时间: 2016-9-1 12:49 标题: ORA-24038: RETRY_DELAY and MAX_RETRIES 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.