Does oracle (11g at least, but it would be nice if 10g too) have some statistics on DML been performed?
What I expect to get is: for table A in schema B it was performed I inserts, J updates, K deletes from date1 to date2
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use the
monitoringfeature and thedba_tab_modificationstable to get that information. See for example here or here.