Hi ALL,
9i
rhel5
We are making the standby database as our reporting server. This is to offload some workload from PROD to improve performance.
To get the latest data, or before running the reports on the standby server, I will issue first > alter system switch logfile;
So that the standby database will be updated the latest transactions todate.
How many times should I run the command? Is it enough to run it once only? or I will run it n times depending on the number of redo logs?
Thanks a lot.
jc