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

Skip to content

Commit 0d3b887

Browse files
authored
Merge pull request #637 from utPLSQL/fix_typo_in_doc
Fixed typo in install documentation
2 parents dac5398 + 2e8f624 commit 0d3b887

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
@@ -67,7 +67,7 @@ sqlplus sys/sys_pass@db as sysdba @install_headless.sql
6767
Invoking script with parameters:
6868
```bash
6969
cd source
70-
sqlplus sys/sys_pass@db as sysdba @@install_headless.sql utp3 my_verySecret_password utp3_tablespace
70+
sqlplus sys/sys_pass@db as sysdba @install_headless.sql utp3 my_verySecret_password utp3_tablespace
7171
```
7272

7373
The script needs to be executed by SYSDBA, in order to grant access to DBMS_LOCK system package.

0 commit comments

Comments
 (0)