Exam 1Z0-931-25 Topic 2 Question 49 Discussion
Actual exam question for Oracle's 1Z0-931-25 exam
Question #: 49
Topic #: 2
Question #: 49
Topic #: 2
You need to set up a notification for a scheduled shutdown of an Autonomous Database instance. What should you do?
Suggested Answer: A Vote an answer
Setting up notifications for scheduled shutdowns leverages OCI Events:
Correct Answer (A): Creating a rule for the 'Autonomous Database STOP END' event in OCI Events triggers a notification (e.g., email via Notification Service) when the shutdown completes. This is the recommended method for tracking lifecycle events in Autonomous Database.
Incorrect Options:
B: There is no specific "Shutdown" metric in OCI Metrics; alarms monitor performance metrics, not lifecycle events like shutdowns.
C: Database triggers like BEFORE SHUTDOWN are not supported in Autonomous Database due to its managed nature, and they wouldn't integrate with OCI notifications.
D: DBMS_SNMP is for network management, not event notifications in Autonomous Database.
This approach ensures reliable, external notification of shutdown events.
Correct Answer (A): Creating a rule for the 'Autonomous Database STOP END' event in OCI Events triggers a notification (e.g., email via Notification Service) when the shutdown completes. This is the recommended method for tracking lifecycle events in Autonomous Database.
Incorrect Options:
B: There is no specific "Shutdown" metric in OCI Metrics; alarms monitor performance metrics, not lifecycle events like shutdowns.
C: Database triggers like BEFORE SHUTDOWN are not supported in Autonomous Database due to its managed nature, and they wouldn't integrate with OCI notifications.
D: DBMS_SNMP is for network management, not event notifications in Autonomous Database.
This approach ensures reliable, external notification of shutdown events.
by Tyrone at Jul 15, 2026, 02:19 AM
0
0
0
10
Comments
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.
Report Comment
Commenting
You can sign-up / login (it's free).