Oracle® Business Intelligence Applications Installation and Configuration Guide > Installing and Configuring Oracle BI Applications on UNIX >

Starting the DAC Server on UNIX


Follow this procedure to start the DAC server on UNIX. Before you can start the DAC server, you must have already configured the config.csh or config.sh and dac_env.csh or dac_env.sh files.

To start the DAC server on UNIX

  • In csh-related shells, issue the following command:

    ./startserver.csh

  • In bash-related shells, issue the following command:

    ./startserver.sh

To run the DAC server in the background

  • In csh-related shells, issue the following command:

    nohup startserver.csh 2>&1 &

  • In bash-related shells, issue the following command:

    nohup startserver.sh 2>&1 &

The nohup command allows the DAC server to run in the background on UNIX even if the DAC client is disconnected.

Oracle® Business Intelligence Applications Installation and Configuration Guide Copyright © 2007, Oracle. All rights reserved.