Friday, July 12, 2013

How to Stop Oracle E-Business Suite 11i - Application User


How to Stop Oracle E-Business Suite 11i - Application User



Instructions:

  • Login to Oracle Application User (applerpp)


Login:applerpp (user)
Password ****** (password)

  • Make sure you set the Application home environment, quiry the Path

./data/u01/erppappl/APPSORA.env


  • Now go to the Application script directory

cd /data/u01/erppcomn/admin/scripts/ERPP******


  • Stop the Application ERPP (with Application User/password)

./adstpall.sh APPS/apps




Note:
adstpall.sh script composed and stop the following services:

  1. adappcctl.sh                      (Apache Web Server Listener HTTP & PLSQL services)
  2. adalnctl.sh                          (FND executables & Listener for APPS)
  3. adcmctl.sh                          (Concurrent Manager)
  4. adfrmctl.sh                         (Forms Server)
  5. adrepctl.sh                         (Reports Server for)
  6. adfmcctl.sh                        (Forms Load Balancing Client)
  7. adfmsctl.sh                        (Form Metric Server)
  8. jtffmctl.sh                           (Fulfillment Patch Level)
  9. addisctl.sh                          (Oracle Discoverer OAD)

If you get Zero (0) status, then you successfully stop the Application listener service

adspall.sh: Exiting with status 0




DONE! SUCCESSFULLY STOP THE ORACLE APPLICATION 11i




-=mark=-


How to Start Oracle E-Business Suite 11i - Application User


How to Start Oracle E-Business Suite 11i - Application User



Instructions:

  • Login to Oracle Application User (applerpp)


Login:applerpp (user)
Password ****** (password)

  • Make sure you set the Application home environment, quiry the Path

./data/u01/erppappl/APPSORA.env


  • Now go to the Application script directory

cd /data/u01/erppcomn/admin/scripts/ERPP******


  • Start the Application ERPP (with Application User/password)

./adstrtal.sh APPS/apps




Note:
adstrtal.sh script composed and start the following services:

  1. adappcctl.sh                      (Apache Web Server Listener HTTP & PLSQL services)
  2. adalnctl.sh                          (FND executables & Listener for APPS)
  3. adcmctl.sh                          (Concurrent Manager)
  4. adfrmctl.sh                         (Forms Server)
  5. adrepctl.sh                         (Reports Server for)
  6. adfmcctl.sh                        (Forms Load Balancing Client)
  7. adfmsctl.sh                        (Form Metric Server)
  8. jtffmctl.sh                           (Fulfillment Patch Level)
  9. addisctl.sh                          (Oracle Discoverer OAD)

If you get Zero (0) status, then you successfully start the Application listener service

adstrtal.sh: Exiting with status 0




DONE! SUCCESSFULLY START THE ORACLE APPLICATION 11i




-=mark=-

How to Start Oracle E-Business Suite 11i - Database User


How to Start Oracle E-Business Suite 11i - Database User



Instructions:

  • Login to Oracle Database User (oraerpp)


Login:oraerpp (user)
Password ****** (password)

  • Make sure you set the ora home environment, quiry the Path

PATH=$PATH:$HOME/bin
. /data/u01/erppdb/9.2.0/ERPP*******.env


  • Now go to the Database script directory

cd /data/u01/erppdb/9.2.0/appsutil/scripts/ERPP******


  • Start the Database ERPP

./addbctl.sh start


  • Next start the listener of the Database service

./addlnctl start ERPP




Note:

If you get Zero (0) status, then you successfully start the Database listener service

addlnctl.sh: exiting with status 0




DONE! SUCCESSFULLY START THE ORACLE DATABASE 11i




-=mark=-



How to Stop Oracle E-Business Suite 11i Database User



How to Stop Oracle E-Business Suite 11i - Database User



Instructions:

  • Login to Oracle Database User (oraerpp)


Login:oraerpp (user)
Password ****** (password)

  • Make sure you set the ora home environment, quiry the Path

PATH=$PATH:$HOME/bin
. /data/u01/erppdb/9.2.0/ERPP*******.env


  • Now go to the database script directory

cd /data/u01/erppdb/9.2.0/appsutil/scripts/ERPP******


  • First Stop the listener of the Database service

./addlnctl Stop ERPP

  • Second Stop the Database ERPP

./addbctl.sh Stop




Note:

If you get Zero (0) status, then you successfully Stop the database listener service

addlnctl.sh: exiting with status 0




DONE! SUCCESSFULLY STOP THE ORACLE DATABASE 11i




-=mark=-