Start – Stop Vision Demo database and application 

 

Shortest Info About Commands

 

Start – Stop Vision Demo database and application  Short Info. 1

Start Oracle Database & Oracle Listener Service. 1

Start iAS. 1

Stop Database. 1

Stop iAS. 2

 

http://dev1.testing.org:8000/

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

 

Start Oracle Database & Oracle Listener Service

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)

 

 

Start iAS

 

 

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)

 

 

Stop Database

 

cd /u02/oracle/visdb

 

cd 9*

 

. ./vis_dev1.env  (environment setup)

 

sqlplus

 

/ as sysdba

 

sql>shutdown immediate  (stop the database)

 

 

Stop iAS

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)