Content deleted Content added
No edit summary |
Signalhead (talk | contribs) →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
SELECT byte from v$log;
|