Profile options to enable retries for the notification dispatcher

After removing a queue from an event, the notification dispatcher thread tries to enrich the event with all the details of the business object record.

If you've added extensive configurations and triggers, this process might occur before the record is created, causing a delay in record persistence. As a result, when the notification dispatcher tries to query the record before it has been persisted, an exception might be shown.

  1. As an administrator, go to Setup and Maintenance, click the Tasks icon, search and select Manage Administrator Profile Values.
  2. To set the number of retries, do the following:
    1. Search ORA_SVC_NOTIFICATION_RETRY_COUNT in the Profile Option Code field.
    2. In the Profile Values list, change the profile value to the number of retries you want. The default value is 3.
  3. To the set the delay time period (in seconds) for the retry, do the following:
    1. Search ORA_SVC_NOTIFICATION_RETRY_DELAY in the Profile Option Code field.
    2. In the Profile Values list, change the profile value to the number of seconds you want before the retry. The default value is 0.