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)
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