论坛首页 综合技术论坛

Start Oracle UCM Server

浏览 2232 次
精华帖 (0) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (0)
作者 正文
   发表时间:2010-01-14  

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

 

 

论坛首页 综合技术版

跳转论坛:
Global site tag (gtag.js) - Google Analytics