Monday, March 14, 2016

Re-build or Re-create context file in oracle apps R12

Re-build or Re-create context file in oracle apps R12

dbTier:

Under $ORACLE_HOME/appsutil/bin 

perl adbldxml.pl tier=db appsuser=appspasswd

appTier:

Under $AD_TOP/bin 

perl adbldxml.pl tier=apps appsuser=appspasswd

Re-create context file in applicaton tier

appsTier:

under $COMMON_TOP/clone/bin/

perl adclonectx.pl retrieve

Note:

adclonectx.pl is used to create the database context file.
adbldxml.pl is used to recover the application context file when it is lost.

No comments:

Post a Comment