How can I determine the Oracle internal demand for resources?
You can monitor resources, such as the number of processes, sessions, segments or locks, as follows: V$RESOURCE_LIMIT contains information about the current demand, about the peak demand and about the maximum possible value: SELECT * FROM V$RESOURCE_LIMIT; Note that the entry for MAX_ROLLBACK_SEGMENT is not important if you use Automatic Undo Management.