Think Foward Logo Tested on Oracle 7

SQL Script

Redo Log History

Updated: 08-Jan-2002
Version: 1.0

Description

Simple listing of redo log switching over time. A useful tip is to change the format model so that you can see the frequency over different periods e.g. hourly, daily, monthly.

Parameters

None

SQL Source

REM Copyright (C) Think Forward.com 1998- 2005. All rights reserved. 
column d1 form a12 heading "Date" select to_char(to_date(time,'MM/DD/RR HH24:mi:ss'),'DD-MON-YYYY') d1, count(*) from v$log_history group by to_char(to_date(time,'MM/DD/RR HH24:mi:ss'),'DD-MON-YYYY');

Return to Index of SQL Scripts


Site Map

General Information : Home | Company Profile | Contact Us | Legal
Database Support : Proactive Support | Pay Per Incident Support
Expert Services : High Availability | Creative Solutions | Training
Build Services : Oracle Installations | Revive your Oracle Setup | Low Cost Development
Free Oracle Resources: DBA Scripts | Oracle Links