Welcome

Welcome to HandsonERP.com

This site provides video based training of Oracle Financials.
Learn concepts and functionality in a step by step manner.

Login

HandsonERP - Oracle E-Business Suite Training
Welcome, Guest
Please Login or Register.    Lost Password?
Please post inquiries related to lessons content here. All questions and inquiries related to the website should be submitted directly using Contact form in the top menu.
Go to bottom Post Reply Favoured: 0
TOPIC: Re:Automate Oracle Application Services
#4323
skyblue (User)
Senior Boarder
Posts: 48
graphgraph
User Offline Click here to see the profile of this user
Automate Oracle Application Services 12 Years, 6 Months ago  
Please help me if anyone have created a Megascript to automate Starting and Stopping Oracle Application services. I would appreciate if anyone could provide megascript and instructions on how to put it in startup protocol of linux and automate the services. Thank you.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#4337
handsonerp (Admin)
Admin
Posts: 1989
graph
User Offline Click here to see the profile of this user
Re:Automate Oracle Application Services 12 Years, 6 Months ago  
This is what I have. Adjust as per your needs.

Create a file so.sh at Oracle home and make is executable using chmod command.

so.sh:

cd /home/Oracle
cs ./PROD/db/tech_st/11.1.0/appsutil/scripts/PROD_linux
./addbctl.sh start
./addlnctl.sh start PROD
cd
cd ./PROD/inst/apps/PROD_linux/admin/scripts
./adstrtal.sh apps/apps
./adstpall.sh apps/apps
./adstrtal.sh apps/apps
echo `data` >> so.log


To automatically launch the script at start up, add a line in the file "/etc/rc.d/rc.local" as root

su Oracle - x -c "/home/Oracle/so.sh"
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#4347
sarkar2233 (User)
Junior Boarder
Posts: 27
graphgraph
User Offline Click here to see the profile of this user
Re:Automate Oracle Application Services 12 Years, 6 Months ago  
Thanks hassan i am looking for this script for long time
I will try it tonight
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop