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
Can a View based on another View in Oracle?
What is an oracle database schema?
What is the function of Redo Log in Oracle?
What is the use of Oracle Control File?
What is an Oracle Data Dictionary?
What are the uses of Oracle Rollback Segment?
What is an Oracle Data Block?
What are Oracle Schema Objects?
What is an Oracle Data Segment?
Teradata: How can we know the indexed column in a table?
How to define Data Block size in Oracle?
What are the consideration at tehe migration of Oracle 9i to 10G.
What is an Oracle Rollback Segment?
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?
Can a Tablespace hold objects from different Schemes in Oracle?