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
Define scalar functions.
What do you mean by denormalization?
What is data independence and also explain its types?
What is a checkpoint and When does it occur in database?
Mention how deadlock can be resolved?
What is bcnf?
Operators used in select statements are?
for what purpose we use MDM(master data management)tell me plz.
How do I check my drivers?
Explain the functionality of dml compiler.
What is the difference between shrink database and shrink file?
How can I access my database remotely?
Describe a subquery.
Why dbms is used?
What do you mean by Correlated subquery in database?