Tuesday, September 3, 2013

11i and R12 log files locations

11i and R12 application log files

Note: In R12 $LOG_HOME=$INST_HOME/log

Application Tier:


Start/Stop script log files location
11i   :$COMMON_TOP/admin/log/CONTEXT_NAME/  
R12 :$INST_TOP/logs/appl/admin/log

Concurrent log file location
11i  :$APPL_TOP/admin/$SID/log or $APPLLOG/$APPLCSF                    
R12 : $LOG_HOME/appl/conc                                             

Patch log file location:
11i:$APPL_TOP/admin/$SID/log
R12: $APPL_TOP/admin/$SID/log/

Worker Log file location:
11i: $APPL_TOP/admin/$SID/log
R12:$APPL_TOP/admin/$SID/log

AutoConfig log files location:
Application Tier:
11i:$APPL_TOP/admin/SID_Hostname/log//DDMMTime/adconfig.log
R12: $INST_TOP/apps/$CONTEXT_NAME/admin/log//adconfig.log

Database Tier:
11i:$ORACLE_HOME/appsutil/log/SID_Hostname/DDMMTime/adconfig.log
R12:$ORACLE_HOME/appsutil/log/$CONTEXT_NAME//adconfig.log 

Logs for the adpreclone.pl are located: 
11i:$APPL_TOP/admin/$CONTEXT_NAME/log/StageAppsTier_xxxxxx.log
R12:  $INST_TOP/apps/$CONTEXT_NAME/admin/log/ (StageAppsTier_

Database tier
RDBMS $ORACLE_HOME/appsutil/log/< context >/StageDBTier_< timestamp >.log 

Error log file location:
11i
Application Tier:
$APPL_TOP/admin/PROD/log
Database Tier :
$ORACLE_HOME/appsutil/log/SID_Hostname



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

Trace file location:
$ORACLE_HOME/admin/SID_Hostname/udump

11i:

     Apache, Jserv, JVM log files locations:

$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

R12
Apache Logs (10.1.3 Oracle Home which is equivalent to iAS Oracle Home - Apache, OC4J and OPMN)
$LOG_HOME/ora/10.1.3/Apache - > Location for Apache Error and Access log files
$LOG_HOME/ora/10.1.3/j2ee - > location for j2ee related log files
$LOG_HOME/ora/10.1.3/opmn - > location for opmn related log files

Forms & Reports related logs (10.1.2 Oracle home which is equivalent to 806 Oracle Home)
$LOG_HOME/ora/10.1.2/forms
$LOG_HOME/ora/10.1.2/reports

R12:
Where the logs for the admkappsutil.pl are located? 
On the application tier: 
$INST_TOP/admin/log/MakeAppsUtil_< timestamp >.log 




No comments:

Post a Comment