1.10 Configuring Oracle Trace File Analyzer and Oracle ORAchk/Oracle EXAchk to Use the Same Notification Addresses
Configure notification emails to notify the recepients the results of Oracle ORAchk and Oracle EXAchk compliance checking, or when Oracle Trace File Analyzer detects significant faults.
Use the ahfnotificationaddress
option to configure
Oracle Trace File Analyzer and Oracle ORAchk/Oracle EXAchk to use the same
notification addresses.
Related Topics
1.10.1 Configuring Oracle Trace File Analyzer and Oracle ORAchk/Oracle EXAchk to Use Different Notification Addresses
For Oracle ORAchk/Oracle EXAchk:
Specify a comma-delimited list of email addresses, as
follows:
$ orachk –set "NOTIFICATION_EMAIL=some.person@acompany.com,another.person@acompany.com"
$ exachk –set "NOTIFICATION_EMAIL=some.person@acompany.com,another.person@acompany.com"
Optionally, you can specify the name of the profile. If you do not
specify, then id=
DEFAULT
. For
example:$ orachk -id dba -set "NOTIFICATION_EMAIL=some.person@acompany.com,another.person@acompany.com"
$ exachk -id dba -set "NOTIFICATION_EMAIL=some.person@acompany.com,another.person@acompany.com"
For Oracle Trace File Analyzer:
To set the notification email for a specific
ORACLE_HOME
, include the operating system owner in the
command:$ tfactl set notificationAddress=os_user:email
To set the notification email for any
ORACLE_HOME
:$ tfactl set notificationAddress=email