What does a Control file Contain ?
Answers were Sorted based on User's Feedback
Answer / orawhiz
A Control file records the physical structure of the
database. It contains the following information.
Database Name
Names and locations of a database's files and redolog files.
Time stamp of database creation.
Is This Answer Correct ? | 9 Yes | 0 No |
The control files of a database store the status of the
physical structure of the database. The control file is
absolutely crucial to database operation. It contains (but
is not limited to) the following types of information:
* Database information (RESETLOGS SCN and their time
stamp)
* Archive log history
* Tablespace and datafile records (filenames, datafile
checkpoints, read/write status, offline or not)
* Redo threads (current online redo log)
* Database's creation date
* database name
* current archive log mode
* Log records (sequence numbers, SCN range in each log)
* RMAN catalog
* Database block corruption information
* Database ID, which is unique to each DB
Is This Answer Correct ? | 7 Yes | 1 No |
what is IDE,DMV in sql server?
What is Library Cache in Oracle?
What is the exact use of Collections?
Explain the use of ignore option in imp command.
Please explain oracle data types with examples?
why can't we assign not null constraint as table level constraint
What is a lookup table in oracle?
Whether Oracle satisfy more codd rules or db2 satisfy more codd rules? How meny of each can satisfy ? Please answer me. Advance thanks
what is difference between table and view? where to use views? thanks in advance!
what is kernel?
What is a Synonym ?
What are oracle functions?