vote up 1 vote down star
1

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

flag

75% accept rate
This doesn't really seem to be a programming question (the type of question this site deals with). You'll probably have better luck at an Oracle DBA forum. – derobert Mar 26 at 5:48

2 Answers

vote up 1 vote down check

Contact Oracle support right now.. Unless you can afford to lose this data, don't mess about with listening to what people on forums have to say, now is not the time to experiment.

link|flag
vote up 0 vote down

Have you tried to execute RECOVER DATABASE sentence?

Anyway, a very important sencence about backups: A backup have not ended until a recovery have been tried.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.