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
How to detect applications and users that hold transactions open too long?
Explain 4nf?
What are five main functions of a database administrator?
When connection to database is failed, Which exception will be thrown?
What is a candidate key in dbms?
What is normalization and what are the different types of normalization?
Define ddl and dml.
What is correlated subquery in dbms?
What is like operator for and what are wild cards?
What are the 4 main objects of a database?
Define sub-query.
What is the purpose of normalisation?
What is difference between database and schema?
What is flag in database?
Explain dml (data manipulation language)?