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?
Answer Posted / 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 View All Answers
What are the three types of databases?
What is metadata in dbms?
What is the instance of a relation?
what are the different levels of database schema?
What is data example?
What are the features of openedge features?
What does fill factor concept mean with respect to indexes?
How many types of rdbms are there?
Where is the data stored in a database?
What is building blocks of client/server?
Which software is best for database?
Tell me about view, sequence and index in DBMS.
What is data independence and also explain its types?
Is database a storage?
What is 'cross join'? Or what is cartesian product?