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 936228d commit 56f9dabCopy full SHA for 56f9dab
dbdown
@@ -0,0 +1,7 @@
1
+if [ $# -lt 1 ]
2
+then
3
+echo ERR - provide db_unique_name as argument
4
+exit 1
5
+fi
6
+
7
+srvctl stop database -d $1
0 commit comments