InterviewSolution
| 1. |
Where Does The Concurrent Request Log Files And Output Files Go ? Where Are They Stored In Database? |
|
Answer» Out put file and LOG file are physically stored in server, you can find the physical path of log and output file of a concurrent request in FND_CONCURRENT_REQUESTS table. COLUMN LOGFILE_NAME STORES Log file name along with the physical path Column OUTFILE_NAME SORES Out file along with the physical path Out put file and Log file are physically stored in server, you can find the physical path of log and output file of a concurrent request in FND_CONCURRENT_REQUESTS table. Column LOGFILE_NAME stores Log file name along with the physical path Column OUTFILE_NAME sores Out file along with the physical path |
|