Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam C2090-600 All Questions

View all questions & answers for the C2090-600 exam

Exam C2090-600 topic 1 question 16 discussion

Actual exam question from IBM's C2090-600
Question #: 16
Topic #: 1
[All C2090-600 Questions]

Which statement regarding event monitors is TRUE?

  • A. Event monitor data can be reviewed while the event monitor is active
  • B. Event monitors must always be started manually after activating a database
  • C. Event monitors must write data to .EVT files before the data can be loaded into database tables
  • D. Event monitors are used to obtain information about how a database system looks at a specific point in time
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️
Reference:
https://www.ibm.com/support/knowledgecenter/en/SSEPGG_11.1.0/com.ibm.db2.luw.sql.ref.doc/doc/r0000915.html

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
oriaria
2 years, 11 months ago
The answer D is correct. Indeed, The event monitor can be used to obtain information at a specific point in time. Other uses have not been ruled out. The answer A is wrong. The Event Monitor data can be reviewed even after deactivating the event monitor.
upvoted 1 times
...
db2tester
4 years, 12 months ago
The answer A is correct. You can view data collection with a SQL query even if the event monitor is active. But, Optionally, depending on how you are using the event monitor data, deactivate data collection before you start examining the event data. If the event monitor remains active, it continues to write data to the output tables. Therefore, the results from one query might differ from the results that you obtain by running the same query later on. Reference : https://www.ibm.com/support/knowledgecenter/en/SSEPGG_11.1.0/com.ibm.db2.luw.admin.mon.doc/doc/t0059089.html
upvoted 1 times
...
db2tester
4 years, 12 months ago
The answer C is wrong. All event monitors can write to regular tables that can be queried directly using SQL. Reference : https://www.ibm.com/support/knowledgecenter/en/SSEPGG_11.1.0/com.ibm.db2.luw.admin.mon.doc/doc/c0059021.html
upvoted 1 times
...
db2tester
4 years, 12 months ago
The answer B is wrong. Indeed, By default, some event monitors activate automatically upon database activation; others require that you activate them manually. However, an event monitor created with the AUTOSTART option will not automatically be activated until the next database activation. Use the SET EVENT MONITOR STATE statement to force a recently-created event monitor into the active state. To determine whether an event monitor starts automatically, refer to the reference information for the relevant CREATE EVENT MONITOR statement. Reference : https://www.ibm.com/support/knowledgecenter/en/SSEPGG_11.1.0/com.ibm.db2.luw.admin.mon.doc/doc/t0059044.html See paragraph "2. Activate the event monitor."
upvoted 1 times
...
db2tester
4 years, 12 months ago
The answer D is wrong. Indeed, Monitoring table functions and snapshot routines return the values of monitor elements at the specific point in time the routine is run, which is useful when you want to check the current state of your system. However, you might not always want to monitor points in time. There are many times when you need to capture information about the state of your system at exactly the time that a specific event occurs. Event monitors serve this purpose. REFERENCE : https://www.ibm.com/support/knowledgecenter/en/SSEPGG_11.1.0/com.ibm.db2.luw.admin.mon.doc/doc/r0005993.html
upvoted 1 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 ...