GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Oracle Apps  >  AOL
Next Question 
 AOL  |  Question 1 of 34    Print  
Where do concurrent request log files and output files go?
The concurrent manager first looks for the environment variable $APPLCSF
If this is set, it creates a path using two other environment variables:
$APPLLOG and $APPLOUT
It places log files in $APPLCSF/$APPLLOG
Output files go in $APPLCSF/$APPLOUT
So for example, if you have this environment set:
$APPLCSF = /u01/appl/common
$APPLLOG = log
$APPLOUT = out
The concurrent manager will place log files in /u01/appl/common/log, and
output files in /u01/appl/common/out
Note that $APPLCSF must be a full, absolute path, and the other two are
directory names.
If $APPLCSF is not set, it places the files under the product top of the application associated with the request. So for example, a PO report would go under $PO_TOP/$APPLLOG and $PO_TOP/$APPLOUT
Logfiles go to: /u01/appl/po/9.0/log
Output files to: /u01/appl/po/9.0/out
Of course, all these directories must exist and have the correct permissions.
Note that all concurrent requests produce a log file, but not necessarily an output file.



  
Total Answers and Comments: 3 Last Update: December 09, 2006   
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
June 11, 2005 20:37:13   #1  
raghav        

RE: Where do concurrent request log files and output files go?
The solutions provided are very informative and crisp . HIghly for beginners and for experts .
 
Is this answer useful? Yes | No
July 06, 2005 04:30:17   #2  
raghavendran        

RE: Where do concurrent request log files and output files go?
solution is good at the beginnner level .

can be still more infromative

 
Is this answer useful? Yes | No
December 09, 2006 05:13:01   #3  
Saurabh Sarkar        

RE: Where do concurrent request log files and output f...

The output of the command below is the answer

select LOGFILE_NAME OUTFILE_NAME

from fnd_concurrent_requests

Saurabh

Hindalco


 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape