otmfaqForumsBlogsRegister
FAQMembers ListCalendarToday's PostsSearch


 Subscribe Blogs:RSS
 Subscribe Forums:RSS
OTMFAQ Home
OTMFAQ Blogs
OTMFAQ Forums
OTMFAQ Tutorials

OTM SIG
MavenWire


SysAdmin and Management Managing and monitoring OTM / G-Log and other administrative activities.

Tags: , , ,

Closed Thread
 
Submit Tools LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old June 4th, 2007, 18:56
chrisplough's Avatar
Site Moderator
 
Join Date: Jun 2006
Location: West Chester, PA
Posts: 847
Blog Entries: 7
Thanks: 53
Thanked 205 Times in 124 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 10
chrisplough has a spectacular aura aboutchrisplough has a spectacular aura aboutchrisplough has a spectacular aura about
Send a message via AIM to chrisplough
[SOLVED] EBS applmgr profile script

All,

Now that OTM is part of Oracle Apps, we've doing a lot of work with the Oracle EBS (eBusiness Suite) server -- including many instances per client (DEV, TEST, PROD, etc). In order to help keep things straight, we configure each applmgr user with the following commands, inserted into either the ~/.bashrc or ~/.profile, depending on the OS.
Code:
echo
echo
. /u01/app/oracle/product/ebs/prod/prodappl/APPSORA.env
echo 'The PROD environment is now set automatically'
echo
alias gut="cd \$APPLCSF/sc*/*"
alias goul="cd \$APPL_TOP/admin/\$TWO_TASK/log"
alias gop='cd /oracle7/pat*'
alias gap='cd /u01/app/oracle/product/ebs/prod/prodora/iAS/Apache/Jserv/etc'
echo " "
echo You are logged on as applmgr
echo " "
echo "TWO_TASK: " $TWO_TASK
echo "APPL_TOP: " $APPL_TOP
echo "COMMON_TOP: " $COMMON_TOP
echo " "
echo Note the above to ensure you are on the right system
echo " "
echo " "
Now when we login as applmgr, we get the following:
Code:
The PROD environment is now set automatically


You are logged on as applmgr

TWO_TASK:  prod
APPL_TOP:  /u01/app/oracle/product/ebs/prod/prodappl
COMMON_TOP:  /u01/app/oracle/product/ebs/prod/prodcomn

Note the above to ensure you are on the right system
Hope this helps!

--Chris
__________________
Chris Plough
MavenWire

www.MavenWire.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] CU2 - Changes in XML Profile chrisplough Execution 1 September 3rd, 2007 17:32
[SCRIPT] Remote Restarts of OTM via RSH chrisplough SysAdmin and Management 1 June 12th, 2007 17:39
[SCRIPT] Remote Restart of OTM via SSH chrisplough SysAdmin and Management 0 June 12th, 2007 17:37
[SCRIPT] DB Usage - mw-dbusage.sql chrisplough Database Administration 2 May 15th, 2007 18:12
[SCRIPT] Testing Integration - mw-OtmPostWMServlet.pl chrisplough Integration and Data Mapping 0 April 27th, 2007 18:17



All times are GMT. The time now is 03:36.
Copyright © 2008, Open Book Solutions LLC. All rights reserved.

Sponsored by MavenWire - MavenWire.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37