Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Compute amount of arc'ed redo files per day with several log files sizes !

3038990Jan 11 2016 — edited Jan 11 2016

Hi,

We're in a 11gR2 DB where redo log files were mistakenly made with different sizes:

SQL> select group#, bytes from v$log order by 1;

    GROUP#      BYTES

---------- ----------

         1 1073741824

         2 1073741824

         3 1073741824

...

         8 1073741824

        10  536870912

...       

        20  536870912

        21  536870912

...

Is there a way to join this view and V$LOG_HISTORY to see what your log files average size amounts

per day (or per hour... etc. doesn't matter) over the previous days (or hours...) depending on how many

log switches you had ? Cause you've got no GROUP# column in V$LOG_HISTORY.

Thanks.

Regards,

Seb

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 8 2016
Added on Jan 11 2016
4 comments
1,454 views