Q70 While one of your databases was in mount state, the datafiles were renamed because they had been moved to a new file system. The database was then opened. Which two statements are true?
- (A). DBA_DATA_FILES displays the original name for the data files.
- (B). V$DATAFILE displays the new names for the data files.
- (C). DBA_DATA _FILES displays both the new name and the old name for the data files.
- (D). DBA_DATA_FILES displays the new name for the data files.
- (E). DBA_DATA_FILES must be resynchronized manually with the control file an order to have it display the new file names.
Answer: A,C