Skip to content

Commit 8e8c3e6

Browse files
author
Peter Ocelka
committed
changed user to execute user grants
1 parent f43b76e commit 8e8c3e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/userguide/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ To grant utPLSQL to an individual user, execute scripts `source/create_user_gran
140140
Example invocation:
141141
```bash
142142
cd source
143-
sqlplus admin/admins_password@database @create_user_grants.sql ut3 hr
143+
sqlplus ut3_user/ut3_password@database @create_user_grants.sql ut3 hr
144144
sqlplus user/user_password@database @create_user_synonyms.sql ut3 hr
145145
```
146146

0 commit comments

Comments
 (0)