Skip to content

Commit fb47b18

Browse files
authored
Merge branch 'main' into 200
2 parents e67b5fa + d30e881 commit fb47b18

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,20 @@
44

55
Our current priorities are support for RAC and mutliple databases (including #84 and #89). We expect to address these in an upcoming release.
66

7+
78
### Version 1.6.0, April 17, 2025
89

910
This release includes the following changes:
1011

1112
- Added support for Azure Key Vault (#200).
13+
- [4Aiur](https://github.com/4Aiur) added missing grants for alert log to the demo environment (#207).
1214
- Updated some third-party dependencies.
1315

1416
Thank you to the following people for their suggestions and contributions:
1517

1618
- Brian, Damian et al.
19+
- [4Aiur](https://github.com/4Aiur)
20+
1721

1822
### Version 1.5.5, March 13, 2025
1923

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)