which one is not mandatory file in Disk Components
-
data files
-
redo logs
-
password files
-
control files
C
Correct answer
Explanation
Mandatory Oracle disk files are: data files (store database data), control files (database metadata/structure), and redo log files (transaction recovery). Password files are optional - only needed if using password file authentication for remote admin connections.