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?
Script for stratup and shutdown of DB & Ap. Servs (1 viewing) (1) Guest
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: Script for stratup and shutdown of DB & Ap. Servs
#5043
irfan.shah (User)
Fresh Boarder
Posts: 9
graphgraph
User Offline Click here to see the profile of this user
Script for stratup and shutdown of DB & Ap. Servs 11 Years, 10 Months ago  
Dear All
Plz any body help me for comprehansive Scripts / Command for stratup and shutdown of DB and Application server services. wether in treminal or linux stratup style.
thanx in advance
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#5061
handsonerp (Admin)
Admin
Posts: 1989
graph
User Offline Click here to see the profile of this user
Re:Script for stratup and shutdown of DB & Ap. Servs 11 Years, 10 Months ago  
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.
#5065
irfan.shah (User)
Fresh Boarder
Posts: 9
graphgraph
User Offline Click here to see the profile of this user
Re:Script for stratup and shutdown of DB & Ap. Servs 11 Years, 10 Months ago  
thanx
 
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