We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d581f43 commit 00e34f6Copy full SHA for 00e34f6
data-platform/core-converged-db/sql-performance/sql-monitoring/scripts-sql-monitoring/html-report.sql
@@ -1,8 +1,9 @@
1
REM Script: html-report.sql
2
-REM report generation in HTML with DBMS_SQL_MONITOR.REPORT_SQL_MONITOR
+REM Generate HTML report with DBMS_SQL_MONITOR.REPORT_SQL_MONITOR
3
4
--- find the last monitored database operation
5
--- please use the proposed SQL*plus formats here to get the correct HTML report
+-- report on the last statement monitored by Oracle
+-- please use the proposed SQL*Plus formats here to get the correct HTML report
6
+
7
set trimspool on
8
set trim on
9
set pagesize 0
0 commit comments