InterviewSolution
Saved Bookmarks
| 1. |
What Is A Control File? |
|
Answer» Control file is a binary file which STORES Database name, ASSOCIATED data files, redo files, DB creation time and current log sequence NUMBER. WITHOUT control file database cannot be started and can hamper data recovery. Control file is a binary file which stores Database name, associated data files, redo files, DB creation time and current log sequence number. Without control file database cannot be started and can hamper data recovery. |
|