I need migrate a dataguard from Filesystem to ASM but not enought space in disk and need destory the
edited Oct 25, 2010 6:29PM in High Availability Data Guard, Sharding and Global Data Services (MOSC) 3 commentsAnswered
Hi i need migrate a data guard from filesystem to ASM, but not have enought space in disk and and need to see, if it is feasible the follow procedure:
1) Take backup in SBT of primary database.
2) Stop send archive from primary to standby.
ALTER DATABASE RECOVER MANAGED STANDBY DATABASE CANCEL;
3) shutdown immediate ----in standby database.
4) Destroy filesystem for create rhdisk for asm diskgroup.
5) Installing grid infrastructure (11GR2) in standby.
6) It's possible made duplicate target database for standby; where target database = auxiliary database from backup taked in the step 1????. What would be the procedure?
7) if step 6 it's possible then ALTER DATABASE RECOVER MANAGED STANDBY DATABASE DISCONNECT FROM SESSION;
1) Take backup in SBT of primary database.
2) Stop send archive from primary to standby.
ALTER DATABASE RECOVER MANAGED STANDBY DATABASE CANCEL;
3) shutdown immediate ----in standby database.
4) Destroy filesystem for create rhdisk for asm diskgroup.
5) Installing grid infrastructure (11GR2) in standby.
6) It's possible made duplicate target database for standby; where target database = auxiliary database from backup taked in the step 1????. What would be the procedure?
7) if step 6 it's possible then ALTER DATABASE RECOVER MANAGED STANDBY DATABASE DISCONNECT FROM SESSION;
0