Optional NOTIFY Refresh Frequency

To specify optional NOTIFY refresh frequency:

  1. From superuser mode, use the following command sequence to access registration-event-profile command within session router.
    ORACLE# configure terminal
    ORACLE(configure)# session-router
    ORACLE(session-router)# regevent-notification-profile
    ORACLE(registration-event-profile)#
  2. To enable NOTIFY, set the send-notify-for-reg-refresh option to the time, in seconds,
    ORACLE(registration-event-profile)# options notify-refresh-interval=1800
    ORACLE(registration-event-profile)# done
    ORACLE(registration-event-profile)# exit

    Prepend the option with the + sign if you have multiple options configured that you want to retain.

    ORACLE(registration-event-profile)# options +notify-refresh-interval=1800

    Running the command without the + character causes the system to remove any previously configured options.