Is there any why to get the number of queries per second on oracle database.
more specifically i want result like this
Number of Select statements per second:
Number of Insert statements per second:
Number of Update statements per second:
Number of Delete statements per second:
my database is
SQL> select * from v$version;
BANNER
----------------------------------------------------------------
Oracle Database 10g Release 10.2.0.4.0 - 64bit Production
PL/SQL Release 10.2.0.4.0 - Production
CORE 10.2.0.4.0 Production
TNS for Linux: Version 10.2.0.4.0 - Production
NLSRTL Version 10.2.0.4.0 - Production