I am looking for some script which shows DML,DDL activities in the database within all tables/objects in a specific time frame.
Example: Betw 2:00 PM to 3:00 PM, which are the tables in which DML transactions have been made. Also if possible, in terms of number of blocks/extents increased.
Thanks,
Sam
------------------------
To handle yourself, use your head. To handle others, use your heart
1) Enable Auditing - heavy overhead
2) Enable SQL_trace - lots and lots of trace files.
3) dump the redlog file /archive log file for the period.-- need to know internal structures.
dump the redlog file /archive log file for the period.-- need to know internal structures.
- Infact, my original question is because, I want to know why lot of 100M Arch log files are getting generated. What makes these logs generated every 3-4 minutes inspite of low number of users and transactions.
Sam
------------------------
To handle yourself, use your head. To handle others, use your heart
Bookmarks