depending on how your app is written, locking could become a problem. If the database ever seems to 'hang' for some
users, see if there are any locks.

memory usage on the server could be an issue.

you might need to increase the number of rollback segments

you should be sure that the app is using bind variables

-John