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