Skip to content

Commit 5bc75a0

Browse files
pesseSamuel Nitsche
authored andcommitted
Output available synonyms before calling problematic package
1 parent c543439 commit 5bc75a0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

examples/RunUserExamples.sql

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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+
814
exec ut_ansiconsole_helper.color_enabled(true);
915
@@award_bonus/run_award_bonus_test.sql
1016

0 commit comments

Comments
 (0)