Create Database user orawsm:
$INSTALL_DIR/install/soa_schemas/irca/sql/owsm
sqlplus / as sysdba
@createuser.sql
@loaddata.sql
$ORACLE_HOME/owsm/bin/coresv.properties
cd $ORACLE_HOME/owsm/bin
wsmadmin.sh dataloadConfigure
wsmadmin.sh dataload
$ORACLE_HOME/owsm/bin/wsmadmin.sh deploy coreman
$ORACLE_HOME/owsm/bin/wsmadmin.sh deploy gateway
$ORACLE_HOME/owsm/bin/wsmadmin.sh deploy policymanager
$ORACLE_HOME/owsm/bin/wsmadmin.sh deploy control
Tuesday, February 17, 2009
Subscribe to:
Post Comments (Atom)

![Validate my Atom 1.0 feed [Valid Atom 1.0]](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiwsk0jkCpg60orkOvHQLaU5Kfnb72Q4Fv59o0rzOSTRknWzbGrBmh31ZjGOZdIt4C_wLVtBkWfFwG5eMfJQQ1E7MlTWYYZhWtFG6ndJemCWSu5DypAo_UP6u1Y20xCR_N-ksYP5OzvrUkE/s400/valid-atom.png)
I successfully did the OWSM manual installation by following the commands you gave.But as $ORACLE_HOME was not set in my case so my first attempt failed but latter i came to the issue and did it
ReplyDelete