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.
There was an error while loading. Please reload this page.
1 parent febc7be commit 936228dCopy full SHA for 936228d
shell-sqlplus-pass-pw-from-file.sql
@@ -0,0 +1,7 @@
1
+#!/bin/ksh
2
+
3
+#source the password file
4
+. ./path_to/secret_data.txt
5
+sqlplus -s username/$sys_pass@wherever as sysdba << END
6
+...
7
+END
0 commit comments