Answer Posted / abitha
Control files of a database store the status of the
physical structure of the database. The control file is
absolutely crucial to database operation.
Control file contains:
Database information
Archive log history
Redo threads
database name
Current archive log mode
Database's creation date etc.,
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
I have a database backup file in .db (ext) form how to conver it into .dmp (ext.) for oracle database
How do I limit the number of rows returned by an oracle query after ordering?
How to initialize variables with default values?
Is rowid unique in oracle?
What happens if the imported table already exists?
How to sort the query output in oracle?
How to pass a cursor variable to a procedure?
What is parameterized cursor in oracle?
How to name query output columns in oracle?
How to put more than 1000 values into an oracle in clause?
How to drop an index in oracle?
How to export your own schema?
 How to use an oracle sequence generator in a mapping?
How to write a query with an inner join in oracle?
What is meant by recursive hints in oracle?