File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ grant execute on &&ut3_owner..ut_matcher_options to public;
108108grant execute on &&ut3_owner..ut_matcher_options_items to public;
109109grant execute on &&ut3_owner..ut_run_info to public;
110110grant execute on &&ut3_owner..ut_cursor_column_tab to public;
111-
111+ grant execute on &&ut3_owner..ut_cursor_details to public;
112112
113113prompt 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;
170170create public synonym dbmspcc_units for &&ut3_owner..dbmspcc_units;
171171create public synonym ut_run_info for &&ut3_owner..ut_run_info;
172172create 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;
Original file line number Diff line number Diff line change @@ -127,3 +127,4 @@ grant execute on &&ut3_owner..ut_matcher_options to &ut3_user;
127127grant execute on &&ut3_owner..ut_matcher_options_items to &ut3_user;
128128grant execute on &&ut3_owner..ut_run_info to &ut3_user;
129129grant execute on &&ut3_owner..ut_cursor_column_tab to &ut3_user;
130+ grant execute on &&ut3_owner..ut_cursor_details to &ut3_user;
Original file line number Diff line number Diff line change @@ -109,4 +109,5 @@ create or replace synonym &ut3_user..dbmspcc_blocks for &&ut3_owner..dbmspcc_blo
109109create or replace synonym &ut3_user..dbmspcc_runs for &&ut3_owner..dbmspcc_runs;
110110create or replace synonym &ut3_user..dbmspcc_units for &&ut3_owner..dbmspcc_units;
111111create 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;
You can’t perform that action at this time.
0 commit comments