nerdexam
Oracle

1Z0-068 · Question #87

You are developing a user callout procedure to send an email to the helpdesk whenever a RAC database instance fails to restart after node failure. Examine these tasks: Identify the minimum steps…

The correct answer is F. 1, 4, 7, 8. FAN callouts are server-side executables that Oracle Restart executes immediately when high availability events occur. You can use FAN callouts to automate the following activities when events occur, such as: Opening fault tracking tickets Sending messages to pagers Starting…

Administer Oracle Clusterware Management and Diagnostics

Question

You are developing a user callout procedure to send an email to the helpdesk whenever a RAC database instance fails to restart after node failure. Examine these tasks:

Identify the minimum steps required, in the correct sequence, to implement this.

Exhibit

1Z0-068 question #87 exhibit

Options

  • A1, 3, 7
  • B1, 4, 6
  • C2, 5, 8
  • D2, 4, 7, 8
  • E2, 4, 7
  • F1, 4, 7, 8

How the community answered

(36 responses)
  • A
    3% (1)
  • C
    8% (3)
  • D
    6% (2)
  • F
    83% (30)

Explanation

FAN callouts are server-side executables that Oracle Restart executes immediately when high availability events occur. You can use FAN callouts to automate the following activities when events occur, such as: Opening fault tracking tickets Sending messages to pagers Starting and stopping server-side applications Maintaining an uptime log by logging each event as it occurs To use FAN callouts, place an executable in the directory grid_home/racg/usrco on both the primary and the standby database servers. If you are using scripts, then set the shell as the first line of the executable. The following is an example file for the grid_home/racg/usrco/callout.sh FAN_LOGFILE= [your path name]/admin/log/hostname_uptime.log echo $* "reported="date >> $FAN_LOGFILE & Note: Oracle has proved options where a script or utility or application (called server side callout), if placed in $GRID_HOME/racg/usrco directory, will be executed automatically. Expert Oracle RAC Performance Diagnostics and Tuning (2014), page 506 https://docs.oracle.com/cd/E18283_01/server.112/e17120/restart001.htm

Topics

#user callout#FAN notification#cluster event#implementation sequence

Community Discussion

No community discussion yet for this question.

Full 1Z0-068 Practice