Skip to content

Commit 5f60401

Browse files
author
Christopher Jones
committed
Use aq_administrator_role for AQ samples
1 parent bf38147 commit 5f60401

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

samples/sql/SetupSamplesExec.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ grant
3030
to &main_user
3131
/
3232

33-
grant execute on dbms_aqadm to &main_user
33+
grant aq_administrator_role to &main_user
3434
/
3535

3636
begin

test/sql/SetupTestExec.sql

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,7 @@ grant
4242
to &main_user
4343
/
4444

45-
grant execute on dbms_aqadm to &main_user
46-
/
47-
48-
grant execute on dbms_transform to &main_user
45+
grant aq_administrator_role to &main_user
4946
/
5047

5148
begin

0 commit comments

Comments
 (0)