Oracle Database 12c: Installation and Administration — Question 117

Which four are true about the SHUTDOWN TRANSACTIONAL command and its effects in a single instance Oracle database environment with a single active transaction? (Choose four.)

Answer options

Correct answer: C, E, F, G

Explanation

Option C is correct because sessions cannot start new transactions while a shutdown is in progress. Option E is accurate as the instance will shut down if a ROLLBACK is issued. Option F is correct since all active transactions are indeed rolled back, and user sessions are terminated. Option G is true because instance recovery is required after a shutdown, and this process occurs without manual intervention.