What is cold backup ? What are the elements of it ?



What is cold backup ? What are the elements of it ?..

Answer / chaudhry

Cold backup is taking backup of all physical files after
normal shutdown of database. We need to take.
- All Data files.
- All Control files.
- All on-line redo log files.
- The init.ora file (Optional)

Is This Answer Correct ?    5 Yes 1 No

Post New Answer

More Database Management Interview Questions

Define b-trees.

0 Answers  


Which database is good for large data?

0 Answers  


What is the structure of a table in database?

0 Answers  


Which is the best free database software?

0 Answers  


What are the steps in creating a database?

0 Answers  






What do you understand by unique key?

0 Answers  


What is metadata and why should I use it?

0 Answers  


Give the cobol definition of a varchar field 177 when can an insert of a new primary key value threaten referential integrity?

0 Answers  


What do you mean by starvation in dbms?

0 Answers  


What is write ahead logging in DBMS?

0 Answers   HAL,


IF Statements BLOCK 1 . IF a >= b THEN do_this …..; ELSE do_that….; END IF BLOCK 2 . IF a < b THEN do_that …..; ELSE do_this….; END IF; • Given any pair of non-NULL values for “a” and”b”, will Block 1 and Block 2 do the same thing? • What if either “a” or”b” (or both) is NULL?

0 Answers  


What are the Different Types of Joins and How do They Work?

1 Answers  


Categories