Archive
Posts Tagged ‘log files’
Log file location in Oracle application 11i
March 18, 2015
Leave a comment
Below is the ready reckoner for the location of various log files in Oracle apps 11i. This is very much helpful when troubleshooting any issue
- Database Tier
- Alert Log File – $ORACLE_HOME/admin/$CONTEXT_NAME/bdump/alert_$SID.log
- Trace file – $ORACLE_HOME/admin/SID_Hostname/udump
- Autoconfig Log file – $ORACLE_HOME/appsutil/log/SID_Hostname/DDMMTime/adconfig.log
- Application Tier
- Autoconfig Log file – $APPL_TOP/admin/SID_Hostname/log/DDMMTime/adconfig.log
- Start/Stop script log files – $COMMON_TOP/admin/log/CONTEXT_NAME/<mmddhhmi.log>
- Concurrent log file – $APPLCSF/$APPLLOG
- Patch Log file – $APPL_TOP/admin/<SID>/log
- Worker Log file – $APPL_TOP/admin/<SID>/log
- Apache Log file – $IAS_ORACLE_HOME/Apache/Apache/logs/
- Jserv log File – $IAS_ORACLE_HOME/Apache/Jserv/logs/
- JVM Log File – $IAS_ORACLE_HOME/Apache/Jserv/logs/jvm
- ICM log file – $APPLCSF/$APPLLOG/
- Workflow Mailer log file – $APPLCSF/$APPLLOG/FNDCPGSC*.txt
Categories: Oracle Apps
log file, log files