Skip to content

Commit a219857

Browse files
ichokshiichokshi
authored andcommitted
Merge branch 'okafka-23.4.0.0' of https://github.com/oracle/okafka.git into okafka-23.4.0.0
2 parents 4995abb + 8964d15 commit a219857

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,11 @@ To run `OKafka application` against Oracle Database, a database user must be cre
2222

2323
```roomsql
2424
create user <user> identified by <password>
25+
GRANT CONNECT , RESOURCE to user;
2526
GRANT EXECUTE on DBMS_AQ to user;
2627
GRANT EXECUTE on DBMS_AQADM to user;
28+
GRANT EXECUTE on DBMS_AQIN to user;
29+
GRANT EXECUTE on DBMS_TEQK to user;
2730
GRANT SELECT on GV_$SESSION to user;
2831
GRANT SELECT on V_$SESSION to user;
2932
GRANT SELECT on GV_$INSTANCE to user;

0 commit comments

Comments
 (0)