Tuesday, September 25, 2018

CUSTOM PATH creation

1.cd $APPL_TOP

 

vi customASR_tjpsb008.env

export TJTG_TOP=/GSTAPP/app/appluat/apps_st/custom/TJTG/12.0.0

 

:wq

========================================

PUT THE ENTRY IN APPSUAT_tjpsb008.env APPL_TOP LOCATion.

 

# Source the custom file if it exists

customfile=/testapp/app/appltest/apps/apps_st/appl/customTEST_tjpsb008.env

if [ -f $customfile ]; then

. /testapp/app/appltest/apps/apps_st/appl/customTEST_tjpsb008.env

fi

. /testapp/app/appltest/apps/inst/apps/TEST_tjpsb008/ora/10.1.2/TEST_tjpsb008.env

. /testapp/app/appltest/apps/apps_st/appl/TEST_tjpsb008.env

=========================================

cp -Rv APPSASR_tjpsb008.env APPSASR_tjpsb008.env_bkp

vi APPSASR_tjpsb008.env

 

all path was there

 

https://balaoracledba.com/2013/10/30/custom-topapplication-creation-r12/

 

 

No comments:

Post a Comment

[ERROR]: The value of s_patch_service_name is not set correctly in atleast one of the context files.

[ERROR]: The value of s_patch_service_name is not set correctly in atleast one of the context files. I got the issue below wh...