Your Doorstep to the Temple of Oracle

Oracle EBS

Archive for the ‘EBS Logs’ Category

Log file location for Oracle E-Business Suite R12

Posted by appsdba11i on May 1, 2011

Below list of log file locations could be helpful for your issue:

– Apache, OC4J and OPMN:

$LOG_HOME/ora/10.1.3/Apache
$LOG_HOME/ora/10.1.3/j2ee
$LOG_HOME/ora/10.1.3/opmn

– Startup/Shutdown Log files:

$INST_TOP/logs/appl/admin/log

– Patch log:

$APPL_TOP/admin/$SID/log/

– Autoconfig log file:

Apps:

$INST_TOP/apps/$CONTEXT_NAME/admin/log/$MMDDHHMM/adconfig.log

Db:

$ORACLE_HOME/appsutil/log/$CONTEXT_NAME//adconfig.log
$ORACLE_HOME/appsutil/log/$CONTEXT_NAME//NetServiceHandler.log

– Concurrent log:

$INST_TOP/apps/$CONTEXT_NAME/logs/appl/conc/log

– Clone log:

Preclone log files in source instance

Apps:

$INST_TOP/apps/$CONTEXT_NAME/admin/log/ (StageAppsTier_MMDDHHMM.log)

Db:

$ORACLE_HOME/appsutil/log/$CONTEXT_NAME/(StageDBTier_MMDDHHMM.log)

Clone log files in target instance

Apps :

$INST_TOP/apps/$CONTEXT_NAME/admin/log/ApplyAppsTier_.log

Db:

$ORACLE_HOME/appsutil/log/$CONTEXT_NAME/ApplyDBTier_.log

– Alert Log File:
$ORACLE_HOME/admin/$CONTEXT_NAME/bdump/alert_$SID.log

Reference:

How to find location of Install, Autoconfig, Patching , Clone and other logs in R12 [ID 804603.1]

Oracle Application Server Diagnostic Tools and Log Files in Applications Release 12 [ID 454178.1]

Oracle Applications System Administrator’s Guide

Posted in EBS Logs | Tagged: , , , | Leave a Comment »

Log file location for Oracle E-Business Suite R11

Posted by appsdba11i on May 1, 2011

Below list of log file locations could be helpful for your issue:

Before start please notice PROD is my SID

– Start/Stop script log files

$COMMON_TOP/admin/log/SID_HOTSNAME/

You can find below txt in this path:
adadmat.txt adalnctl.txt adcmctl.txt adfmcctl.txt adupdbid.txt
adadmprf.txt adapcctl.txt addisctl.txt adfmsctl.txt adupdlobs.txt

For to can check adstrtal.sh, adstpall.sh scripts log file, you can use same path.

For those sh, The log file creation sytax is:
dd=`date ‘+%m%d%H%M’`
LOGFILE=/xx/SIDcomn/admin/log/VIS_linuxblade/”$dd”.log;

When you run adstpall.sh it will end like below:

All enabled services on this node are stopped.
Check logfile /xxx/SIDcomn/admin/log/SID_HOSTNAME/08051007.log for details

– Apache, Jserv, JVM log files

$IAS_ORACLE_HOME/Apache/Apache/logs/ssl_engine_log
$IAS_ORACLE_HOME/Apache/Apache/logs/ssl_request_log
$IAS_ORACLE_HOME/Apache/Apache/logs/access_log
$IAS_ORACLE_HOME/Apache/Apache/logs/error_log
$IAS_ORACLE_HOME/Apache/JServ/logs

– Concurrent log file:

$APPL_TOP/admin/PROD/log or $APPLLOG/$APPLCSF

– Patch log file:

$APPL_TOP/admin/PROD/log

– Worker Log:

$APPL_TOP/admin/PROD/log

– Autoconfig log:

Appl:

$APPL_TOP/admin/SID_Hostname/log//DDMMTime/adconfig.log

Db:

$ORACLE_HOME/appsutil/log/SID_Hostname/DDMMTime/adconfig.log

– Error log:

Appl:

$APPL_TOP/admin/PROD/log

Db tarafında:

$ORACLE_HOME/appsutil/log/SID_Hostname

– Alert Log File:
$ORACLE_HOME/admin/$CONTEXT_NAME/bdump/alert_$SID.log

– Trace file:

$ORACLE_HOME/admin/SID_Hostname/udump

Reference:

Oracle® Application Server Quick Administration Guide 10g Release 2 (10.1.2)

Oracle Applications System Administrator’s Guide

Posted in EBS Logs | Tagged: , , | Leave a Comment »