Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3121382

Browse files
author
Peter Ocelka
committed
updated section for other users due to changes introduced in #658
1 parent f33dd27 commit 3121382

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/userguide/install.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,12 +135,13 @@ Example invocation:
135135
cd source
136136
sqlplus admin/admins_password@database @create_synonyms_and_grants_for_public.sql ut3
137137
```
138-
To grant utPLSQL to an individual user, execute script `source/create_synonyms_and_grants_for_user.sql`, provide `schema_name` where utPLSQL is installed and `user_name` to grant access for.
138+
To grant utPLSQL to an individual user, execute scripts `source/create_user_grants.sql` and `source/create_user_synonyms.sql`, provide `schema_name` where utPLSQL is installed and `user_name` to grant access for.
139139

140140
Example invocation:
141141
```bash
142142
cd source
143-
sqlplus admin/admins_password@database @create_synonyms_and_grants_for_user.sql ut3 hr
143+
sqlplus admin/admins_password@database @create_user_grants.sql ut3 hr
144+
sqlplus user/user_password@database @create_user_synonyms.sql ut3 hr
144145
```
145146

146147
The following tools that support the SQL*Plus commands can be used to run the installation script:

0 commit comments

Comments
 (0)