Start – Stop Vision Demo database and application Short Info
Start Oracle Database & Oracle Listener Service
(dev1.testing.org is sample of the domain, 8000 is the
default port with the with Rapid Install Release11i , Logon and other information.
Check this
page first)
eBS
software is installed in directory /u02/oracle
cd
/u02/oracle/visdb
cd 9*
. ./vis_dev1.env (environment
setup)
cd
network/admin
lsnrctl
(start Listener Control Utility)
lsnrctl>start
VIS (Start service VIS – name ex. VIS is
defined in ex. $ORACLE_HOME/network/admin/VIS_server/listener.ora )
lsnrctl>exit
sqlplus
/ as sysdba
startup
(start database)
cd
/u02/oracle/visappl
.
./APPSVIS_dev1.env (environment setup)
cd
/u02/oracle/viscomn/admin/scripts/VIS_dev1
./adstrtal.sh
apps/apps (start all applications server processes)
cd
/u02/oracle/visdb
cd 9*
. ./vis_dev1.env (environment
setup)
sqlplus
/ as sysdba
sql>shutdown
immediate (stop the database)
cd
/u02/oracle/visappl
.
./APPSVIS_dev1.env (environment setup)
cd
/u02/oracle/viscomn/admin/scripts/VIS_dev1
./adstpal.sh
apps/apps (stop all applications server processes)