File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11PROMPT Run all examples
2- Clear Screen
32set echo off
43set feedback off
54set linesize 1000
Original file line number Diff line number Diff line change 11PROMPT Run user examples
2- Clear Screen
3- -- set echo off
4- -- set feedback off
2+ set echo off
3+ set feedback off
54set linesize 1000
65
76prompt Common examples from web
87
9- exec ut_documentation_reporter . set_color_enabled (true);
8+ exec ut_ansiconsole_helper . color_enabled (true);
109@@award_bonus/ run_award_bonus_test .sql
1110
1211@@between_string/ run_betwnstr_test .sql
Original file line number Diff line number Diff line change @@ -378,10 +378,8 @@ create or replace package body ut_utils is
378378 end;
379379
380380 procedure cleanup_temp_tables is
381- pragma autonomous_transaction;
382381 begin
383- execute immediate 'truncate table ut_cursor_data';
384- commit;
382+ execute immediate 'delete from ut_cursor_data';
385383 end;
386384
387385end ut_utils;
You can’t perform that action at this time.
0 commit comments