Skip to content

Commit db94c80

Browse files
authored
Add Missing Grant Permissions (#207) (#208)
* Add Missing Grant Permissions (#207) --------- Signed-off-by: 4Aiur <14359997+4Aiur@users.noreply.github.com>
1 parent 3f08a60 commit db94c80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose/oracle/grant_permissions.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ grant execute on dbms_aqjms_internal to pdbadmin;
99
grant execute on dbms_teqk to pdbadmin;
1010
grant execute on DBMS_RESOURCE_MANAGER to pdbadmin;
1111
grant select on sys.aq$_queue_shards to pdbadmin;
12+
grant select on sys.v_$diag_alert_ext to pdbadmin;
1213
grant select on user_queue_partition_assignment_table to pdbadmin;

0 commit comments

Comments
 (0)