Skip to content

Commit

Permalink
comma bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
tanelpoder committed Jul 10, 2024
1 parent 62ca7e9 commit c9258d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xprof.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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
/
Expand Down

0 comments on commit c9258d7

Please sign in to comment.