Oracle Data Guard: Difference between revisions

Content deleted Content added
No edit summary
Operation: "atleast" ==> "at least": Two words, not one.
Line 275:
SELECT max (group#) from v$logfile;
 
Create the standby redo logs on the primary database with the same size of that of online redo logs. If the above query retuns the value of 3 and each logfile is 50M in size (from the below query) then, create atleastat 4standbyleast 4 standby redo logs of the size of 50M per thread.
 
SELECT byte from v$log;