Home » Oracle » Oracle Ebuisness Suite » Login flow in R12.2 and basic troubleshooting

3 thoughts on “Login flow in R12.2 and basic troubleshooting”

  1. Good Document.
    Do you have any information regarding trace of opmn, oacore, oafm and weblogic?
    Thanks & Regards
    Venkatesh RK

  2. you can enable AF logging by below steps

    Source the run file system environment file

    2/ Backup file:

    $INST_TOP/appl/admin/oacore_wls.properties

    3/ Edit $INST_TOP/appl/admin/oacore_wls.properties and add the following lines. (adjust the variables accordingly)

    AFLOG_ENABLED=true
    AFLOG_LEVEL=statement
    AFLOG_MODULE=%
    AFLOG_FILENAME=/tmp/aflog.txt

    4/ Re-start Middle tier services

    5/ Reproduce the issue

    6/ Collect the log file

    7/ Disable logging by removing the lines which were addded to oacore_wls.properties and re-start service

  3. Also I feel the below metalink note should help you in diagnozing the issues
    “Using Oracle Fusion Middleware Diagnostic Framework With Oracle E-Business Suite Release 12.2 (Doc ID 1428056.1)”

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top