if monday take full backup and tuesday it was cumulative
backup and wednesday we taken incremental backup, thursday
some disaster happen then what type of recovery and how it
will take?



if monday take full backup and tuesday it was cumulative backup and wednesday we taken incremental ..

Answer / siva

You can recover using this command

Rman>restore database;
Rman>recover database;

Rman automatically applied appropriate backups,ther is no
need apply specific backup.

regards
siva

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Database Management Interview Questions

What do you understand by intension and extension?

0 Answers  


Define entity, entity type, and entity set.

0 Answers  


What is the difference between a database and a spreadsheet?

0 Answers  


Explain all codd's rules for relational database system?

0 Answers  


What is the difference between oracle CPU and PSU?

2 Answers  






What is unique key example?

0 Answers  


What are the different types of keys in database?

0 Answers  


What is the difference between internal and external schema?

0 Answers  


What do you understand by b-trees?

0 Answers  


Explain the functionality of dml compiler.

0 Answers  


Explain data independence?

0 Answers  


What is bcnf in the dbms?

0 Answers  


Categories