Update 17_resource_limits.sql
This commit is contained in:
@@ -1,7 +1,10 @@
|
|||||||
prompt <h2>Resource Limit (GV$RESOURCE_LIMIT)</h2>
|
prompt <h2>Resource Limit (GV$RESOURCE_LIMIT)</h2>
|
||||||
SELECT /*+ NO_MERGE */
|
SELECT
|
||||||
*
|
*
|
||||||
FROM gv$resource_limit
|
FROM
|
||||||
ORDER BY
|
gv$resource_limit
|
||||||
resource_name,
|
WHERE
|
||||||
inst_id;
|
resource_name IN ( 'processes', 'sessions' )
|
||||||
|
ORDER BY
|
||||||
|
resource_name,
|
||||||
|
inst_id;
|
||||||
|
|||||||
Reference in New Issue
Block a user