Pages

Monday, August 30, 2010

Important File Paths for DB and APPS - 1

Some very basic file paths for oracle applications daily trouble shooting and user requirements are listed below. At some places this paths may vary according to environments, but the basic location will be similar.
 Context Files: 
  • This is one of the most important files, to make the application work.

$  cd $APPL_TOP/admin
There <context name>.xml file is the context file.
  • On Database tier
$  cd $ORACLE_HOME/appsutil
For the Database contextfile.
Log Files:

  • For application up and down logs and CM requests
$  cd $COMMON_TOP/admin/log/<CONTEXT_NAME>

search the files as

$  ls -ltr *.log --- to see logs
$  ls -lrt *.req ---- to see CM requests
·         The path can be checked through SQL in the following way
SQL> select logfile_name, outfile_name from fnd_concurrent_requests where request_id = &req_id;

 Similarly the out files are in the out directory under same parent directory of log. 
  • Repid Install and Auto Config, Adadmin Logs
$  cd $APPL_TOP/admin/<Context - Name>/
  • Apache Logs:
$  cd $IAS_ORACLE_HOME/Apache/Apache/logs

No comments:

Post a Comment