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 019fd3b commit 54af0daCopy full SHA for 54af0da
Oracle Scripts/DAC/init.d/README.md
@@ -0,0 +1,10 @@
1
+#Oracle Data Warehouse Administration Console (DAC)
2
+##init.d startup/shutdown script
3
+### installation
4
+ 1: copy dac file to /etc/init.d
5
+ 2: chmod 750 /etc/init.d/dac
6
+ 3: chkconfig --add dac
7
+ 4: modify /etc/init.d/dac to set DAC_HOME this should be the dac directory (eg. /oracle/dac) with no trailing slash
8
+
9
10
0 commit comments