nerdexam
HP

HP2-N36 · Question #40

How can you disallow user connections, while preserving dbadmin connectivity?

The correct answer is C. SELECT set_config_parameter ('MaxClientSessionsVS'). See the full explanation below for the reasoning.

Question

How can you disallow user connections, while preserving dbadmin connectivity?

Options

  • ASELECT close_session (session_id);
  • BSELECT close_all_sessions;
  • CSELECT set_config_parameter ('MaxClientSessionsVS');
  • DSELECT set_config_parameter ('MaxClientSessionsVO');

How the community answered

(30 responses)
  • A
    3% (1)
  • B
    7% (2)
  • C
    77% (23)
  • D
    13% (4)

Community Discussion

No community discussion yet for this question.

Full HP2-N36 Practice