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 constitute an ORACLE Instance?
What is User Process?
Can a Tablespace hold objects from different Schemes in Oracle?
What is the significance of having storage clause ?
What is an Integrity Constrains in Oracle?
What is a Control file ?
How can you find the size of a database?
Teradata: How can we know the indexed column in a table?
how oracle will recognise its space is 100gb if 100gb is allocated for it...
What is the function of checkpoint(CKPT)?
What is Database Buffers ?
Can a View based on another View in Oracle?