Oracle Database 12c: Installation and Administration — Question 33

Which statement is true about the loss of a data file belonging to the default undo tablespace?

Answer options

Correct answer: C

Explanation

When a data file from the default undo tablespace is lost, the database remains open for querying, but only users with SYSDBA privileges can perform Data Manipulation Language (DML) operations. Other options are incorrect because the database does not go into read-only mode, does not require recovery just to open, does not abort, and does not automatically lose all uncommitted transactions.