Issue with Resource Manager and session attributes module_name
Hi All,
I have a question regarding the Resource Manager features. I have given below the full details and the issue.
My requirement is, I have to limit the concurrent session for the procedure execution for the particular user. Means, If user SCOTT calling the procedure P1, only 2 concurrent sessions should be allowed to run the procedure P1 from SCOTT user and other procedures shouldn't have any limitation like that (Limitation on object level).
So, I just think that it can be possible using the session attributes and tried the same. But, no luck and it is not working as expected.