This commit is contained in:
Yacine31
2023-11-09 02:54:43 +01:00
parent fed0b1dd33
commit cecd195e76
31 changed files with 759 additions and 2 deletions

View 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