Skip to content

Commit 93d663b

Browse files
pesseSamuel Nitsche
authored andcommitted
Cleanup of previous echo on and outputs
1 parent f1671fb commit 93d663b

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

examples/RunUserExamples.sql

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
11
PROMPT Run user examples
2-
set echo on
3-
set feedback on
2+
set echo off
3+
set feedback off
44
set linesize 1000
55

66
prompt Common examples from web
77

8-
set pagesize 0
9-
column owner format a30
10-
column synonym_name format a30
11-
column table_owner format a30
12-
select owner, synonym_name, table_owner from all_synonyms where synonym_name like 'UT%';
13-
148
exec ut_ansiconsole_helper.color_enabled(true);
159
@@award_bonus/run_award_bonus_test.sql
1610

source/create_synonyms_and_grants_for_public.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Create all necessary grant for the user who owns test packages and want to execu
1919

2020
@@define_ut3_owner_param.sql
2121

22-
set echo on
22+
set echo off
2323
set feedback on
2424
set heading off
2525
set verify off

0 commit comments

Comments
 (0)