Skip to content

Commit cf635fe

Browse files
authored
Update README.md
1 parent 18befc4 commit cf635fe

File tree

1 file changed

+8
-1
lines changed
  • data-platform/core-converged-db/sql-performance/sql-monitoring/scripts-sql-monitoring

1 file changed

+8
-1
lines changed

data-platform/core-converged-db/sql-performance/sql-monitoring/scripts-sql-monitoring/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,18 @@ These scripts can be used to generate Real-Time SQL monitoring reports in HTML o
55
##scripts
66

77
- active-report.sql: Generate an active html report with DBMS_SQL_MONITOR.REPORT_SQL_MONITOR
8+
89
- dbresource-manager.sql: Real-Time SQL Monitoring when Database Resource Manager is in use
10+
911
- find-sqlid.sql: Find SQL id with V$SQL_MONITOR
12+
1013
- html-report.sql: Generate a report in HTML with DBMS_SQL_MONITOR.REPORT_SQL_MONITOR
14+
1115
- report-for-devs.sql: DBMS_SQLTUNE for database developers to view the last monitored statement executed by the user
16+
1217
- report-summary-for-devs.sql: DBMS_SQLTUNE for database developers to get a list of all statements executed by the user
13-
- report-with-sqlid.sql: Generate a report with DBMS_SQL_MONITOR.REPORT_SQL_MONITOR for a specific statement
18+
19+
- report-with-sqlid.sql: Generate a report with DBMS_SQL_MONITOR.REPORT_SQL_MONITOR for a specific statement
20+
1421
- session-longops.sql: Example for V$SESSION_LONGOPS usage
1522

0 commit comments

Comments
 (0)