...
Adding the notification to configurations can be done based on the existing configurations. For example in screen shot below we can import the email notification configuration from AdventureWorks2014 database either from Adworks or from configuration DEV.
...
In order to enable additional notification for specific for Oracle configuration (such as failure for archive log apply / transfer) you will need also to modify DDC file and set following variables in addition to steps above:
Code Block |
---|
SEND_MAIL_FLAG = Y
SEND_MAIL_FLAG_DR = Y |
You can change variables via UI:
For more detailed Oracle related settings check following page:
Oracle Specific Email Notifications
4. Slack Settings
Slack settings are much easier and simpler as the webhook url needs to be provided for specific channels the notification will be sent to.
...