Look in v$sysstat and v$sesstat. In the NAME column
look for 'user commits' and 'user rollbacks' to get an
idea of the numer of transactions and how fast they come.

These numbers increase until the database restarts, then
the numbers start over.

-John