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 is the rdbms concept in sql?

1 Answers  


What is metadata in dbms?

1 Answers  


What is a data type in a database?

1 Answers  


Why is group-clause used?

1 Answers  


Describe reporting lifecycle?

1 Answers  


What is a database in layman terms?

1 Answers  


When should you consider denormalization?

1 Answers  


describe and contrast a trigger and a procedure.

1 Answers  


What is oracle block?

1 Answers  


What is variable dbms?

1 Answers  


Is there an example how to configure externalfileaccess setting in firebird.conf?

1 Answers  


What is difference between a DIALOG WINDOW and a DOCUMENT WINDOW ?

2 Answers   HCL,


Categories