Oracle Database Administration I — Question 150

Which three statements are true about the Oracle Database server during and immediately after
SHUTDOWN TRANSACTIONAL? (Choose three.)

Answer options

Correct answer: A, B, F

Explanation

The correct answers A, B, and F are true because during a SHUTDOWN TRANSACTIONAL, sessions stay connected even when not running transactions, uncommitted transactions can still be committed, and new connection requests are denied. Options C, D, and E are incorrect as uncommitted transactions cannot proceed to ROLLBACK during this state, instance recovery does not occur until the next restart, and recovery does not happen automatically during shutdown.