Skip to content

Commit 18befc4

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

File tree

1 file changed

+9
-15
lines changed
  • data-platform/core-converged-db/sql-performance/sql-monitoring/scripts-sql-monitoring

1 file changed

+9
-15
lines changed
Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,15 @@
1-
#scripts-for-sql-monitoring
1+
#scripts-for-sql-tuning-monitoring
22

3-
This scripts can be used to monitor real-time SQL performance with sql scripts.
3+
These scripts can be used to generate Real-Time SQL monitoring reports in HTML or ACTIVE HTML.
44

55
##scripts
66

7-
- session-longops.sql: Example for V$SESSION_LONGOPS usage
8-
7+
- active-report.sql: Generate an active html report with DBMS_SQL_MONITOR.REPORT_SQL_MONITOR
8+
- dbresource-manager.sql: Real-Time SQL Monitoring when Database Resource Manager is in use
99
- find-sqlid.sql: Find SQL id with V$SQL_MONITOR
10+
- html-report.sql: Generate a report in HTML with DBMS_SQL_MONITOR.REPORT_SQL_MONITOR
11+
- report-for-devs.sql: DBMS_SQLTUNE for database developers to view the last monitored statement executed by the user
12+
- 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
14+
- session-longops.sql: Example for V$SESSION_LONGOPS usage
1015

11-
- html-report.sql: Generate report in HTML with DBMS_SQL_MONITOR.REPORT_SQL_MONITOR
12-
13-
- active-report.sql: Generate active report with DBMS_SQL_MONITOR.REPORT_SQL_MONITOR
14-
15-
- sql-monitoring-with-sqlid.sql: generate report with DBMS_SQL_MONITOR.REPORT for a specific sqlid
16-
17-
- dbresource-manager.sql: Real-Time SQL Monitoring with Database Resource Manager
18-
19-
- report-for-devs.sql: DBMS_SQLTUNE for database developers for the last monitored statement executed by the user
20-
21-
- summary-report-for-devs.sql: DBMS_SQLTUNE for database developers for all statements executed by the user

0 commit comments

Comments
 (0)