Hi All ...
Here the Script to compile APPS schema without running adadmin.
As the appl user in linux, define both env vars :
export APPS_PASS=xxxx
export SYSTEM_PASS=xxxx
Then Run:
#R12
sqlplus
-s APPS/$APPS_PASS @$AD_TOP/sql/adutlrcmp.sql APPLSYS $APPS_PASS APPS
$APPS_PASS $SYSTEM_PASS 0 0 NONE FALSE
#11i
sqlplus
-s APPS/$APPS_PASS @$AD_TOP/admin/sql/adutlrcmp.pls APPLSYS $APPS_PASS APPS
$APPS_PASS $SYSTEM_PASS 0 0 NONE FALSE
Good Luck ...
No comments:
Post a Comment