Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dac5398 commit 2e8f624Copy full SHA for 2e8f624
1 file changed
docs/userguide/install.md
@@ -67,7 +67,7 @@ sqlplus sys/sys_pass@db as sysdba @install_headless.sql
67
Invoking script with parameters:
68
```bash
69
cd source
70
-sqlplus sys/sys_pass@db as sysdba @@install_headless.sql utp3 my_verySecret_password utp3_tablespace
+sqlplus sys/sys_pass@db as sysdba @install_headless.sql utp3 my_verySecret_password utp3_tablespace
71
```
72
73
The script needs to be executed by SYSDBA, in order to grant access to DBMS_LOCK system package.
0 commit comments