|
# 43475
都
|
|
|
To:
新书还没出阿,等的话都快 谢了
From: 都 2007.07.23 15:18
|
|
|
|
|
# 43466
Chi
来自: Mexico
|
|
|
To: Eygle
I have not done any rman restore and recover.Form my readings, If I want to restore and recover my prod DB to a standby server, which the $ORACLE_HOME and /dbfile are at different paths,I should do following steps:
# SET DBID=prod_sid
rman target /
RMAN> configure the new device format '<path of the rman backup path of prod>;
RMAN> startup mount
RMAN> restore database
RMAN> recover database
RMAN> restore archivelog all;
RMAN> alter database open resetlogs;
Because the standby server has it own control file and spfile, I do not need to restore both in the process.Are above processes correct? Need your advice.Thanks.
From: Chi 2007.07.20 03:10
|
|
|
|
|
To: Chi
你忽略了一个关键的内容,你的Catalog在哪里?你的RMAN如何去找备份文件?
From: eygle 2007.07.24 09:46
|
|
|
|
|