Steps to run Autoconfig for patch File system 12.2

1.      To run Autoconfig from the patch file system you must disable trigger ebs_login prior to running autoconfig.
SQL> show user;
USER is "SYSTEM"
SQL> alter trigger ebs_logon disable;

Trigger altered.

2.      Now run autoconfig with the patch env sourced

[appltest@test001]$ echo $FILE_EDITION
[appltest@test001]$patch
[appltest@test001]$ adautocfg.sh
Make sure Autoconfig completes ok
     3. Enable the login trigger “alter trigger ebs_logon enable”
                 SQL> conn system/Oracle4u
                 Connected.
               SQL> SQL> alter trigger ebs_logon enable;

                Trigger altered.

Comments

Popular posts from this blog

txkCfgUtlfileDir.pl -mode=getUtlFileDir as per Cloning Oracle E-Business Suite Release 12.1 with Multitenant Database using Rapid Clone (Doc ID 2560690.1) errors with ERRORMSG: Invalid APPS database user credentials

ADOP fs_clone failing with ERROR: Managed Server's are not in sync between file system context and DB context