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 85c9d18 commit 6e42ff3Copy full SHA for 6e42ff3
runsql.sh
@@ -0,0 +1,7 @@
1
+sql=$1
2
+#obj=`echo $obj|sed 's/\$/\\\$/g'`
3
+#echo $obj
4
+
5
+sqlplus -s / as sysdba <<EOF
6
+$sql
7
+EOF
0 commit comments