Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Amount of redo
Day 0
Initial = SELECT max(sequence#) from v$log;
Day 7
Final = SELECT max(sequence#) from v$log;
Final-Initial * Log_File_Size = amount of redo generated in a week
HTH
Naveen
-----Original Message-----
Sent: Wednesday, August 14, 2002 5:39 PM
To: Multiple recipients of list ORACLE-L
Hi List,
I want to put my databse in archive mode(Presently it is non archive
mode).I want to estimate
space that will be required for archive log taking we will be keeping
one week archive on disk. How can i find out amount of redo generated in
a week.
Regards
Pawan Dalmia
Extn -5259
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Pawan Dalmia
INET: Pawan.Dalmia_at_orange.co.in
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Wed Aug 14 2002 - 08:23:32 CDT
![]() |
![]() |