Is there a way to find how many selects and DMLs (Insert,update and updates) were fired in the database in a time period other than thru auditing. I know from V$session we can find out what types of SQL statements that are being fired but that is during that instance of time only.
Thanks