Is there a way to throttle or limit the resources a user uses in Oracle?

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?

+3
source share
2 answers

AFAIK, 10g, . -, , 11g Database Resource Manager.

+2

Source: https://habr.com/ru/post/1736344/


All Articles