How many times Queries/DML statement run over a week. [message #335512] |
Tue, 22 July 2008 06:58 |
Oraclist
Messages: 33 Registered: January 2008 Location: Dhaka, Bangladesh
|
Member |
|
|
In my production database I want to monitor within a week how many times queries and DML statements run and the exact statements along with their completion time. What are the procedures/ ways by which I can proceed ?
Please help me.
1)Audit - In which level I can run so that performance will not affect.
2)Logminer- Select statement can't be found.
3)Statspack report- only top queries are listed.
Along with these is there any history view by which you can get? my another question is if there is certain view in oracle then how statspack report generate statistics based on past data?
|
|
|
|
Re: How many times Queries/DML statement run over a week. [message #335521 is a reply to message #335512] |
Tue, 22 July 2008 07:24 |
Oraclist
Messages: 33 Registered: January 2008 Location: Dhaka, Bangladesh
|
Member |
|
|
Thank you a lot Michel. You freshen this forum. Quote: | Statspack generates its report from its own table fill by snap procedure. Just have a look to it.
| Can you send me the link from where I can get information about it.
And what is the minimal level of audit that I can enable to get all sql run within a week.
Audit on select, update, delete?
|
|
|
|