Skip to content

Commit ee1edc6

Browse files
committed
Change default user permissions.
1 parent e9a4d1b commit ee1edc6

File tree

1 file changed

+1
-1
lines changed
  • quickstart/scaleout/sample_scripts/database

1 file changed

+1
-1
lines changed

quickstart/scaleout/sample_scripts/database/createuser

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ createUser()
139139
echo
140140
ttIsql "${connstr}" <<EOF
141141
create user ${username} identified by '${password}';
142-
grant all to ${username};
142+
grant create session to ${username};
143143
quit;
144144
EOF
145145
if [ $? -ne 0 ]

0 commit comments

Comments
 (0)