nerdexam
Oracle

1Z0-054 · Question #23

You execute the following query to check resource consumption in the current plan used by the database: SQL> SELECT name,active_sessions,requests,queue_length,current_undo_consumption "UNDO…

The correct answer is A. The user can login but the session will be queued. See the full explanation below for the reasoning.

Question

You execute the following query to check resource consumption in the current plan used by the database:

SQL> SELECT name,active_sessions,requests,queue_length,current_undo_consumption "UNDO CONSUMPTION" FROM V$rsrc_consumer_group; NAME ACTIVE_SESSIONS REQUESTS QUEUE_LENGTH UNDO CONSUMPTION --------------- ------------------------ -------------- OTHER_GROUPS 1 1 0 GROUP1 2 4 2 Which statement is correct when a user belonging to GROUP1 tries to start a session?

Options

  • AThe user can login but the session will be queued.
  • BThe user's attempt to start a session fails with an error.
  • CThe session starts successfully and allows all the operations.
  • DThe session starts successfully but cannot perform data definition language (DDL) operations.
  • EThe session opens successfully but cannot perform data manipulation language (DML)

How the community answered

(30 responses)
  • A
    80% (24)
  • B
    3% (1)
  • C
    13% (4)
  • D
    3% (1)

Community Discussion

No community discussion yet for this question.

Full 1Z0-054 Practice