Hi All,
Can anyone show me the step of restore and recovery of below scenario?
I have used the differential backup (cumulative) everyday.
RUN {
RECOVER COPY OF DATABASE WITH TAG "whole_database_copy";
BACKUP INCREMENTAL LEVEL 1 CUMULATIVE FOR RECOVER OF COPY WITH TAG "whole_database_copy" DATABASE;
}
I have copies of all datafile, all backup sets, all redo log files with all archive logs on different media.
My system has crashed and all of my working database files are lost.
How can I do to recover my database to another server?
Regards, Sarith