Oracle Database Administration I — Question 79

Which two statements are true about views used for viewing tablespace and datafile information? (Choose two.)

Answer options

Correct answer: B, E

Explanation

Option B is correct because V$TABLESPACE provides information sourced from the controlfile about tablespaces. Option E is also valid since it confirms that datafiles can be renamed in MOUNT state, and the changes will be reflected in DBA_DATA_FILES post database opening. Options A, C, and D are incorrect as they do not accurately describe the information displayed in the specified views.