Temporarily disabling archiving on primary db while log transport is disabled
Hi,
We need to load huge amount of data on our primary server with minimum time possible so we want to disable archiving while we load (one time only). Will doing the following wont affect dataguard configuration:
1. Disable redo log transport and apply on standby db (or shutdown standby db).
2. Turn OFF archiving on primary db.
3. Load the data.
4. Turn ON archiving on primary db.
5. Enable redo log transport and apply on standby db (or startup standby db)
Thank you.