Skip to content

Commit 9043d4c

Browse files
committed
Added additional priviliges to the created database user.
1 parent 1aac67b commit 9043d4c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
oracle-timesten-samples version 7
1+
oracle-timesten-samples version 8

quickstart/scaleout/sample_scripts/database/createuser

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ createUser()
140140
ttIsql "${connstr}" <<EOF
141141
create user ${username} identified by '${password}';
142142
grant create session to ${username};
143+
grant create table, create view, create materialized view, create sequence, create procedure, create cache group, create synonym to ${username};
143144
quit;
144145
EOF
145146
if [ $? -ne 0 ]

0 commit comments

Comments
 (0)