There is startserver.sh script available in /DAC folder to start the DAC Server process. But if you just start the DAC Server with startserver.sh script, DAC Server process will die after the user who start it, close the SSH session. You need to start the DAC Server process using nohup so that SIGHUP signal can be ignored and start it in the background.
$pwd
/oraclebi/product/OracleBI/DAC
$nohup ./startserver.sh >> dacserver.log 2>&1 &
Saturday, April 12, 2008
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment