Can the resource utilization of a database USER be monitored?
743431Nov 15 2010 — edited Nov 15 2010Hi,
I would like to know that is it possible to get the resource utilization details of a particular user say SCOTT from the database.
I found that querying the view V$RESOURCE_LIMIT gives me the RESOURCE_NAME it's CURRENT_UTILIZATION, MAX_UTILIZATION, INITIAL_ALLOCATION and the LIMIT_VALUE for the database as a whole.
My requirement is to get the specific values for the RESOURCE_NAME for a specific user.
Thanks in advance
DG