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 |
List the factors that can affect the accuracy of the estimations ?
How will you swap objects into a different table space for an existing database?
What do Redo Log Buffers contain?
How free extents are managed in Ver 6.0 and Ver 7.0 ?
What is the function of Lock (LCKn) Process?
Which parameter in Storage clause will reduce no. of rows per block?
What is the function of ARCH?
What is meant by Redo Log file mirrorring ? How it can be achieved?
What is dictionary cache ?
What is SGA?
What is a Rollback segment entry ?
Teradata: How can we know the indexed column in a table?