I have a multi-user web application, and I encounter problems when a third-party reporting application queries my Oracle 10g database.
Reporting requests slow down the system and affect all other users.
Is there a way to throttle this user session so that their requests do not affect other users?
source
share