creation
This commit is contained in:
8
sql/17_resource_limits.sql
Normal file
8
sql/17_resource_limits.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
prompt <h2>Resource Limit (GV$RESOURCE_LIMIT)</h2>
|
||||
SELECT /*+ NO_MERGE */
|
||||
*
|
||||
FROM gv$resource_limit
|
||||
ORDER BY
|
||||
resource_name,
|
||||
inst_id;
|
||||
exit
|
||||
Reference in New Issue
Block a user