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

Why do we need database?

0 Answers  


Enlist various transaction phases.

0 Answers  


How can I join two tables in database?

0 Answers  


I have 2 tables with 1 million rows each. I have updated 1 row in first and 1 million update on second table. Now I commit both the updates. Which one will commit fast and Why?

0 Answers  


What is foreign key in database?

0 Answers  






Enlist some commands of dml?

0 Answers  


Explain the different types of languages that are available in the dbms?

0 Answers  


What is the difference between Memory_target and Memory_max_target? Why its required to resize these parameter?

1 Answers   Sutherland,


What is 2nf in dbms?

0 Answers  


Can A CONTROL BLOCK can sometimes refer to a Basetable ?

1 Answers  


What is the purpose of database?

0 Answers  


What is atomicity in dbms?

0 Answers  


Categories