If you are using Oracle9i you can easily find the maximum number of concurrent transaction at any time in the last 7 days with the following query:

SELECT MAX(concurrency) FROM v$undostat;