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.
In the below case also you can use ebs_login triggger disable and try FNDLOAD FOR PATCH FS
FNDLOAD apps/********* 0 Y UPLOAD $FND_TOP/patch/115/import/afcpprog.lct $XBOL_TOP/fndload/CCP.ldt - WARNING=YES UPLOAD_MODE=REPLACE CUSTOM_MODE=FORCE
APP-FND-01564: ORACLE error 604 in AFPCOA
Cause: AFPCOA failed due to ORA-00604: error occurred at recursive SQL level 1
ORA-20099: E-Business Suite Patch Edition does not exist.
ORA-06512: at line 29
.The SQL statement being executed at the time of the error was: and was executed from the file .
No comments:
Post a Comment