Running autoconfig on PATCH filesystem
NOTE:
Before running Autoconfig on the patch file
system the ebs_login trigger MUST be
disabled
... After the
successful completion of Autoconfig the ebs_login trigger MUST be re-enabled.
a. Disable the ebs_login trigger using the following SQL.
sqlplus system/xxxxxx
SQL> alter trigger ebs_logon disable;
b. At this time Run autoconfig with the patch env
sourced .
Linux#> source <EBS_BASE>/EBSapps.env patch
Linux#> cd $ADMIN_SCRIPTS_HOME
Linux#> ./adautocfg.sh
... Confirm Autoconfig completes successfully
... If more than one EBS node, repeat step 5.b on all EBS
nodes.
c. Enable the ebs_login trigger using the following SQL.
Linux#> sqlplus system/<pwd>
SQLPlus#> alter trigger ebs_logon enable;
No comments:
Post a Comment