Skip to content

Commit 816b5dd

Browse files
LUKASZ104LUKASZ104
authored andcommitted
Adding tests for matchers.
Adding grants for public and create synonyms
1 parent 3be610a commit 816b5dd

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

source/create_synonyms_and_grants_for_public.sql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ grant execute on &&ut3_owner..ut_matcher_options to public;
108108
grant execute on &&ut3_owner..ut_matcher_options_items to public;
109109
grant execute on &&ut3_owner..ut_run_info to public;
110110
grant execute on &&ut3_owner..ut_cursor_column_tab to public;
111-
111+
grant execute on &&ut3_owner..ut_cursor_details to public;
112112

113113
prompt Creating synonyms for UTPLSQL objects in &&ut3_owner schema to PUBLIC
114114

@@ -170,3 +170,4 @@ create public synonym dbmspcc_runs for &&ut3_owner..dbmspcc_runs;
170170
create public synonym dbmspcc_units for &&ut3_owner..dbmspcc_units;
171171
create public synonym ut_run_info for &&ut3_owner..ut_run_info;
172172
create public synonym ut_cursor_column_tab for &&ut3_owner..ut_cursor_column_tab;
173+
create public synonym ut_cursor_details for &&ut3_owner..ut_cursor_details;

source/create_user_grants.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,3 +127,4 @@ grant execute on &&ut3_owner..ut_matcher_options to &ut3_user;
127127
grant execute on &&ut3_owner..ut_matcher_options_items to &ut3_user;
128128
grant execute on &&ut3_owner..ut_run_info to &ut3_user;
129129
grant execute on &&ut3_owner..ut_cursor_column_tab to &ut3_user;
130+
grant execute on &&ut3_owner..ut_cursor_details to &ut3_user;

source/create_user_synonyms.sql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,4 +109,5 @@ create or replace synonym &ut3_user..dbmspcc_blocks for &&ut3_owner..dbmspcc_blo
109109
create or replace synonym &ut3_user..dbmspcc_runs for &&ut3_owner..dbmspcc_runs;
110110
create or replace synonym &ut3_user..dbmspcc_units for &&ut3_owner..dbmspcc_units;
111111
create or replace synonym &ut3_user..ut_run_info for &&ut3_owner..ut_run_info;
112-
create or replace synonym &ut3_user..ut_cursor_column_tab for &&ut3_owner..ut_cursor_column_tab;
112+
create or replace synonym &ut3_user..ut_cursor_column_tab for &&ut3_owner..ut_cursor_column_tab;
113+
create or replace synonym &ut3_user..ut_cursor_details for &&ut3_owner..ut_cursor_details;

0 commit comments

Comments
 (0)