EBS Restart of the service
The order in which the Oracle Applications service is stopped is: Stop applying the product-related services, and then stop the database-related services;
Start the Oracle Applications service in the following order: Start the database-related services, and then start the application-related services;
Stop the application and the database server
Stop the application server (log in to the system using the Applprod user)
Cd/d01/oracle/prod/inst/apps/prod_ebs12/admin/scripts
./adstpall.sh Apps/apps
Stop the database server (log in to the system using Oraprod users)
Cd/d01/oracle/prod/db/tech_st/10.2.0/appsutil/scripts/prod_ebs12
./addlnctl.sh Stop PROD
./addbctl.sh Stop
Starting the database and application server
Start the database server (log in to the system using the Oraprod user)
Cd/d01/oracle/prod/db/tech_st/10.2.0/appsutil/scripts/prod_ebs12
./addlnctl.sh Start PROD
./addbctl.sh Start
Start the application server (log in to the system using the Applprod user)
Cd/d01/oracle/prod/inst/apps/prod_ebs12/admin/scripts
./adstrtal.sh Apps/apps
EBS Server Management