![]() |
|
SQL ScriptRedo Log History |
|
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.
None
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
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