8000 Added missing grant for `ut_output_bulk_buffer`. · utPLSQL/utPLSQL@e4d8528 · GitHub
[go: up one dir, main page]

Skip to content

Commit e4d8528

Browse files
committed
Added missing grant for ut_output_bulk_buffer.
1 parent 21462fc commit e4d8528

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/create_grants.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ grant execute on &&ut3_owner..ut_console_reporter_base to &ut3_user;
123123
grant execute on &&ut3_owner..ut_output_buffer_base to &ut3_user;
124124
grant execute on &&ut3_owner..ut_output_table_buffer to &ut3_user;
125125
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;
126127

127128
--needed internally for selecting from annotation objects within packages that use invoker rights
128129
grant execute on &&ut3_owner..ut_annotation_objs_cache_info to &ut3_user;

0 commit comments

Comments
 (0)
0