1Z0-902 · Question #24
You are concerned about the operating temperature of the database servers in your Exadata Full Rack and want to be alerted if the server exceeds 30C. What command should use use to generate alerts…
The correct answer is D. dbmcli -e "create threshold ds_temp comparison='>', critical=30" on each database server. According to Oracle's documentation, to set a threshold for a metric on a database server, you need to use the create threshold command with the appropriate parameters. The set threshold command is used to modify an existing threshold. Therefore, the command that you should use…
Question
You are concerned about the operating temperature of the database servers in your Exadata Full Rack and want to be alerted if the server exceeds 30C. What command should use use to generate alerts for such an event?
Options
- Adbmcli -e "set alert ds_temp> 30" on each database server
- Bdbmcli -e "set threshold ds_temp comparison=' >', critical=30" on each database server
- Cdbmcli -e "alert metriccurrent ds_temp where metricValue > 30" on each database server
- Ddbmcli -e "create threshold ds_temp comparison='>', critical=30" on each database server
How the community answered
(28 responses)- A11% (3)
- B7% (2)
- C4% (1)
- D79% (22)
Explanation
According to Oracle's documentation, to set a threshold for a metric on a database server, you need to use the create threshold command with the appropriate parameters. The set threshold command is used to modify an existing threshold. Therefore, the command that you should use to generate alerts for such an event is: dbmcli -e "create threshold ds_temp comparison=`>', critical=30" on each database server
Topics
Community Discussion
No community discussion yet for this question.