File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
data-platform/core-converged-db/sql-performance/sql-monitoring/scripts-sql-monitoring Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change
1
+ #scripts-for-sql-monitoring
2
+
3
+ This scripts can be used to monitor real-time SQL performance with sql scripts.
4
+
5
+ ##scripts
6
+
7
+ - session-longops.sql: Example for V$SESSION_LONGOPS usage
8
+
9
+ - find-sqlid.sql: Find SQL id with V$SQL_MONITOR
10
+
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
You can’t perform that action at this time.
0 commit comments