We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ut_output_bulk_buffer
1 parent 21462fc commit e4d8528Copy full SHA for e4d8528
source/create_grants.sql
@@ -123,6 +123,7 @@ grant execute on &&ut3_owner..ut_console_reporter_base to &ut3_user;
123
grant execute on &&ut3_owner..ut_output_buffer_base to &ut3_user;
124
grant execute on &&ut3_owner..ut_output_table_buffer to &ut3_user;
125
grant execute on &&ut3_owner..ut_output_clob_table_buffer to &ut3_user;
126
+grant execute on &&ut3_owner..ut_output_bulk_buffer to &ut3_user;
127
128
--needed internally for selecting from annotation objects within packages that use invoker rights
129
grant execute on &&ut3_owner..ut_annotation_objs_cache_info to &ut3_user;
0 commit comments