What is a Control file ?
Answers were Sorted based on User's Feedback
Answer / ravi dutta
a control file is used to control the data file and the redo
log file. this contains the information of the path of the
datafile and the redo log file. we can recover a datafie or
a redolog file which is currupted by the control file.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / anand
A control file is used to control the data file and the redo
log file. this contains the information for the path of the
datafile and the redo log file. we can recover a data file
or a redo log file Which is corrupted by the control file.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / jyothsna
control file contains information about all files like
dbfiles,redologfiles.it has the information about the
physical part of the database.its like heart of the
database.
| Is This Answer Correct ? | 0 Yes | 0 No |
Cotrolfile is physical file that contains information regarding database physical structure and modes of database.
It is in binary format.
It has two sections.1.Non-reusable section
2.Reusable Section
Controlfile generally contains,
-Database name
-Timestamp of database creation
-System Change number(SCN)
-Logs History
-Names and path of datafiles
-Tablespace offline status
-Checkpoint number
One section of controlfiles reserved for RMAN backups,controlled by the parameter control_file_keep_record_time=7(days).
| Is This Answer Correct ? | 0 Yes | 0 No |
What is an Oracle Rollback Segment?
What is hit ratio ?
What is function of RECO?
Name the ORACLE Background Process?
What are the functions of SMON?
What is SGA?
What is Database Buffers ?
What are the consideration at tehe migration of Oracle 9i to 10G.
How will you monitor the space allocation ?
What do Redo Log Buffers contain?
How the log writer writes the data into database
What is User Process?