@@ -39,6 +39,7 @@ grant execute on &&ut3_owner..ut_file_mapping to public;
3939grant execute on &&ut3_owner..ut_file_mapper to public;
4040grant execute on &&ut3_owner..ut_suite_items_info to public;
4141grant execute on &&ut3_owner..ut_suite_item_info to public;
42+ grant execute on &&ut3_owner..ut_run_info to public;
4243
4344-- generic types
4445grant execute on &&ut3_owner..ut_varchar2_list to public;
@@ -88,16 +89,9 @@ grant execute on &&ut3_owner..ut_debug_reporter to public;
8889-- reporters - base types
8990grant execute on &&ut3_owner..ut_reporters to public;
9091grant execute on &&ut3_owner..ut_reporter_base to public;
91- grant execute on &&ut3_owner..ut_output_reporter_base to public;
92- grant execute on &&ut3_owner..ut_coverage_reporter_base to public;
93- grant execute on &&ut3_owner..ut_console_reporter_base to public;
9492
9593-- outputs
96- grant execute on &&ut3_owner..ut_output_data_row to public;
97- grant execute on &&ut3_owner..ut_output_data_rows to public;
9894grant execute on &&ut3_owner..ut_output_buffer_base to public;
99- grant execute on &&ut3_owner..ut_output_table_buffer to public;
100- grant execute on &&ut3_owner..ut_output_clob_table_buffer to public;
10195
10296-- user temp tables
10397grant select , insert, update , delete on &&ut3_owner..ut_compound_data_tmp to public;
@@ -119,7 +113,6 @@ grant select, insert, delete, update on &&ut3_owner..dbmspcc_runs to public;
119113grant select , insert, delete , update on &&ut3_owner..dbmspcc_units to public;
120114grant execute on &&ut3_owner..ut_matcher_options to public;
121115grant execute on &&ut3_owner..ut_matcher_options_items to public;
122- grant execute on &&ut3_owner..ut_run_info to public;
123116
124117
125118prompt Creating synonyms for UTPLSQL objects in &&ut3_owner schema to PUBLIC
@@ -132,6 +125,7 @@ create public synonym ut_file_mapping for &&ut3_owner..ut_file_mapping;
132125create public synonym ut_file_mapper for &&ut3_owner..ut_file_mapper;
133126create public synonym ut_suite_items_info for &&ut3_owner..ut_suite_items_info;
134127create public synonym ut_suite_item_info for &&ut3_owner..ut_suite_item_info;
128+ create public synonym ut_run_info for &&ut3_owner..ut_run_info;
135129
136130-- generic types
137131create public synonym ut_varchar2_list for &&ut3_owner..ut_varchar2_list;
@@ -181,16 +175,8 @@ create public synonym ut_debug_reporter for &&ut3_owner..ut_debug_reporter;
181175-- reporters - base types
182176create public synonym ut_reporters for &&ut3_owner..ut_reporters;
183177create public synonym ut_reporter_base for &&ut3_owner..ut_reporter_base;
184- create public synonym ut_output_reporter_base for &&ut3_owner..ut_output_reporter_base;
185178
186179-- other synonyms
187- create public synonym ut_output_data_row for &&ut3_owner..ut_output_data_row;
188- create public synonym ut_output_data_rows for &&ut3_owner..ut_output_data_rows;
189- create public synonym ut_output_buffer_base for &&ut3_owner..ut_output_buffer_base;
190- create public synonym ut_output_table_buffer for &&ut3_owner..ut_output_table_buffer;
191- create public synonym ut_output_clob_table_buffer for &&ut3_owner..ut_output_clob_table_buffer;
192-
193180create public synonym dbmspcc_blocks for &&ut3_owner..dbmspcc_blocks;
194181create public synonym dbmspcc_runs for &&ut3_owner..dbmspcc_runs;
195182create public synonym dbmspcc_units for &&ut3_owner..dbmspcc_units;
196- create public synonym ut_run_info for &&ut3_owner..ut_run_info;
0 commit comments