Active Duplication
edited Sep 11, 2013 1:16PM in High Availability Data Guard, Sharding and Global Data Services (MOSC) 3 commentsAnswered
I have created active duplication process to create standby databases. Everything is working including with the use of dataguard broker.
The only problem I have now is when the process is complete, I have no control to the redo and standby-redo logs files location created during the process. It appears they are all created in the Fast_Recovery_Area. The following lists where they are now. Say if I want to match their locations with the primary, F:\Database and F:\Database\Standby for the redo and redo-standby respectively, and instead of making the change after the standby is created, I wonder if I could accomplish it by recreating a new standby using parameter setting in the "duplicate target database for standby from active database nofilenamecheck;"
The only problem I have now is when the process is complete, I have no control to the redo and standby-redo logs files location created during the process. It appears they are all created in the Fast_Recovery_Area. The following lists where they are now. Say if I want to match their locations with the primary, F:\Database and F:\Database\Standby for the redo and redo-standby respectively, and instead of making the change after the standby is created, I wonder if I could accomplish it by recreating a new standby using parameter setting in the "duplicate target database for standby from active database nofilenamecheck;"
0