Start Oracle UCM Server

The oracle UCM server include the 3 parts: Database/UCM server/Apache Server

start script:

1. DB:

export ORACLE_HOME=/opt/l360/ucm/product/10132

export ORACLE_SID=orcl

lsnrctl start

sqlplus sys/oracle as sysdba

startup

2. UCM

export UCM_HOME=/opt/l360/ucm/product/ucm/server

cd $UCM_HOME/etc/

./idcserver_start

3. Apache Server

su root

export APACHE_HOME=/opt/l360/ucm/product/apache2

cd $APACHE_HOME/bin

./httpd -d $APACHE_HOME -k start