Answer Posted / azhar ali khan
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 |
Post New Answer View All Answers
What is the function of Redo Log in Oracle?
What are the consideration at tehe migration of Oracle 9i to 10G.
What are Oracle Schema Objects?
What is an Integrity Constrains in Oracle?
What is an Oracle Rollback Segment?
What is an oracle database schema?
What is an Oracle SYSTEM tablespace and when is it Created?
What is an Oracle Data Dictionary?
What is the use of Oracle Control File?
How to calculate the approximate size of the SGA based on the size of the block,shared_pool,redo_buffer_cache and db_buffer_cache?
Teradata: How can we know the indexed column in a table?
Can a Tablespace hold objects from different Schemes in Oracle?
What is an Oracle Data Block?
What are the uses of Oracle Rollback Segment?
Can a View based on another View in Oracle?