Skip to content

Commit 00e34f6

Browse files
authored
Update html-report.sql
1 parent d581f43 commit 00e34f6

File tree

1 file changed

+4
-3
lines changed
  • data-platform/core-converged-db/sql-performance/sql-monitoring/scripts-sql-monitoring

1 file changed

+4
-3
lines changed

data-platform/core-converged-db/sql-performance/sql-monitoring/scripts-sql-monitoring/html-report.sql

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
REM Script: html-report.sql
2-
REM report generation in HTML with DBMS_SQL_MONITOR.REPORT_SQL_MONITOR
2+
REM Generate HTML report with DBMS_SQL_MONITOR.REPORT_SQL_MONITOR
33

4-
-- find the last monitored database operation
5-
-- please use the proposed SQL*plus formats here to get the correct HTML report
4+
-- report on the last statement monitored by Oracle
5+
-- please use the proposed SQL*Plus formats here to get the correct HTML report
6+
67
set trimspool on
78
set trim on
89
set pagesize 0

0 commit comments

Comments
 (0)