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 |
When does LGWR write to the database?
how oracle will recognise its space is 100gb if 100gb is allocated for it...
What is use of Rollback Segments In Database ?
What is a Control file ?
THE MAIN CONCEPT OF PROGRAMMIN TYPE?
What is a Parallel Server option in ORACLE?
What is an Oracle Data Dictionary?
Which parameter in Storage clause will reduce no. of rows per block?
What is Shared Pool?
What are functions of PMON?
List the Optional Flexible Architecture (OFA) of Oracle database ?
What constitute an ORACLE Instance?