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 features of database language?
What are the basic functions of a database?
What is 3nf in dbms?
What is bcnf?
How to select a random record from a table?
Explain vdl (view definition language)?
How is view stored in database?
What are the advantages and disadvantages of views in the database?
What are the two types of data independence?
Where is data stored in database?
When we will denormalize data?
How to get a book from database MS access that contain 'i' charactor in it's name like internetbook or networkingbook. what will be java query for this purpose?
Define cursor and its types.
What is dbms and its functions?
What is the structure of a table in database?