Skip to main content

Posts

Showing posts with the label start/stop

Schedule R12.2 start/stop scripts in crontab

Question regarding scheduling of starting/stopping EBS R12.2 Application services  has been asked several times on forums. So i decided to write a quick post for demonstrating it. In Oracle EBS there are consolidated scripts for starting  and stopping of multiple Application services. " adstrtal.sh " is used for starting all application services and " adstpall.sh " is used for stopping of other services. These script will call other scripts Internally to perform start/stop operation. Prior to EBS R12.2  you only need apps username and password to run this script. In EBS R12.2 you need a additional password parameter for weblogic admin server to start/stop of  EBS application services. In EBS 11i/R12.1 script usage: adstrtal.sh apps/apps  - Stop services adstpall.sh apps/apps - Start services In EBS R12.2 additional weblogic admin password should be provided: - Similarly for stopping of services also you need to provide th...