From c9258d7408abe442d789c3cf792bf5c887e3b65f Mon Sep 17 00:00:00 2001 From: tanel Date: Wed, 10 Jul 2024 13:28:29 -0400 Subject: [PATCH] comma bugfix --- xprof.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xprof.sql b/xprof.sql index 05e9f95..bd347b1 100644 --- a/xprof.sql +++ b/xprof.sql @@ -9,7 +9,7 @@ SELECT DBMS_SQLTUNE.REPORT_SQL_MONITOR( &3=>&4, report_level=>'&1', - type => '&2' + type => '&2', inst_id => -1) as report FROM dual /