exam questions

Exam 1z0-068 All Questions

View all questions & answers for the 1z0-068 exam

Exam 1z0-068 topic 1 question 37 discussion

Actual exam question from Oracle's 1z0-068
Question #: 37
Topic #: 1
[All 1z0-068 Questions]

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 (see exhibit):

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

  • A. 1, 3, 7
  • B. 1, 4, 6
  • C. 2, 5, 8
  • D. 2, 4, 7, 8
  • E. 2, 4, 7
  • F. 1, 4, 7, 8
Show Suggested Answer Hide Answer
Suggested Answer: F 🗳️
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
✑ Sending e-mail
✑ 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 callout:
#! /bin/ksh
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.
References: Expert Oracle RAC Performance Diagnostics and Tuning (2014), page 506 https://docs.oracle.com/cd/E18283_01/server.112/e17120/restart001.htm

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
bestsalman
3 months, 2 weeks ago
E is the correct as per below oracle ref , create script , store it in the grid path mentioned and give grid the execution privilege's https://docs.oracle.com/database/121/RACAD/GUID-2024CEF8-F984-4377-9182-E17F738A4715.htm#RACAD7133
upvoted 1 times
...
ccshyu
8 months, 3 weeks ago
I think is "E"
upvoted 2 times
...
Yoones
1 year, 1 month ago
E is correct.
upvoted 2 times
...
nqobile
3 years, 6 months ago
in other exams the answer to this question is said to be E, i am yet to see a good explanation
upvoted 4 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago