nerdexam
Oracle

1Z0-883 · Question #60

Which query would you use to find connections that are in the same state for longer than 180 seconds?

The correct answer is D. SELECT * FROM INFORMATION_SCHEMA.PROCESSLIST WHERE TIME > 180. See the full explanation below for the reasoning.

Question

Which query would you use to find connections that are in the same state for longer than 180 seconds?

Options

  • ASHOW FULL PROCESSLIST WHEER Time > 180;
  • BSELECT * FROM INFORMATION_SCHEMA.EVENTS SHERE STARTS < (DATE_SUB (NOW ( ),
  • CSELECT * FROM INFORMATION_SCHEMA.SESSION_STATUS WHERE STATE < (DATE_SUB (NOW ( ),
  • DSELECT * FROM INFORMATION_SCHEMA.PROCESSLIST WHERE TIME > 180;

How the community answered

(55 responses)
  • A
    13% (7)
  • B
    7% (4)
  • C
    4% (2)
  • D
    76% (42)

Community Discussion

No community discussion yet for this question.

Full 1Z0-883 Practice