{"id":288,"date":"2008-01-12T13:49:01","date_gmt":"2008-01-12T17:49:01","guid":{"rendered":"http:\/\/onlineappsdba.com\/index.php\/2008\/01\/12\/log-files-in-applcsfappllog-directory\/"},"modified":"2017-02-28T10:14:58","modified_gmt":"2017-02-28T14:14:58","slug":"log-files-in-applcsfappllog-directory","status":"publish","type":"post","link":"https:\/\/onlineappsdba.com\/index.php\/2008\/01\/12\/log-files-in-applcsfappllog-directory\/","title":{"rendered":"Log files in $APPLCSF\/$APPLLOG directory"},"content":{"rendered":"<p>I would like to share some important things here. You all might know these, but Oracle Apps newbie will get benefited. As we know that, when ever any Concurrent Request is submitted, log and output files are stored in $APPLCSF\/$APPLOG and $APPLCSF\/$APPLOUT directories respectively. Apart from *.req files, some other files are also getting stored in $APPLCSF\/$APPLOG directory. I would like to give brief description about these files. These are the following files which are getting stored in that directory.<\/p>\n<p><strong>(a) l&lt;Request ID&gt;.req <\/strong><\/p>\n<p>This is the Concurrent Request log file. When any concurrent request is submitted, request log file is created in this directory with file name as l&lt;Request ID&gt;.req<\/p>\n<p><strong>(b) Events####.log<\/strong><\/p>\n<p>adstrtal.sh script writes the log information in to this file, when ever there is any problem with starting of any Application Service.<\/p>\n<p><strong>(c) Error####.log <\/strong><\/p>\n<p>This file contains the Java Exception Errors.<\/p>\n<p><strong>(d) #####.log<\/strong><\/p>\n<p>This file keeps the information of starting of Apache Listener.<\/p>\n<p><strong>(e) f60webmx_dump_&lt;PID&gt;<\/strong><\/p>\n<p>This file is created when ever any Client Forms Session ends abruptly. When user forms session got crash or terminated abruptly that diagnostics information is written into this dump file. \u00a0If you want to get rid out of this dump files. Please execute the following stepsSet the FORMS60_CATCHTERM = 0 in Registry (NT) or Environment Variable (Unix\/Linux) and bounce the Forms Services<\/p>\n<p><strong>(f) em_&lt;PID&gt;.rti<\/strong><\/p>\n<p>This file contains Client run time process information. These files are used by Oracle Application Manager and Enterprise Manager for Forms Monitoring Services and are generated by Forms runtime processes. For each f60webmx session, there is one .rti file is created. These files are written to the directory set by parameter $FORMS60_RTI_DIR. \u00a0By default these are written into $APPLCSF\/$APPLLOG directory. RTI files should be automatically cleaned up when user logs out of the forms session, in case user logs out of the forms sessions abruptly. Then these files are not cleaned up properly. So then you may need to clear these files manually. We can delete the files, but we should not delete these files when users are active<\/p>\n<p>em &#8211;&gt; enterprise manager<\/p>\n<p>&lt;PID&gt; &#8211;&gt; Process ID of Client<\/p>\n<p>rti &#8211;&lt; Run time information In some cases,<\/p>\n<p>we need to delete the FNDCPPUR program log files and output files manually to free up the disk space. Here I am giving UNIX commands to find out and deleting the old files. If your FNDCPPUR program is scheduled to run daily and given AGE Mode value as 7, purge Program has to delete the files which are older than 7 days. But if program did not delete the files, use this command to find out those files.<\/p>\n<p><strong>Find the Concurrent Request Log and Output files which are not deleted<\/strong><\/p>\n<p><strong>\u00a0<\/strong>find $APPLCSF\/$APPLLOG -mtime +7 -name &#8220;*.req&#8221;<\/p>\n<p>find $APPLCSF\/$APPLOUT -mtime +7 -name &#8220;*.out<\/p>\n<p><strong>Delete the Concurrent Request log and output files which are older than 7 Days<\/strong><\/p>\n<p><strong>\u00a0<\/strong>find $APPLCSF\/$APPLLOG -mtime +7 -name &#8220;*.req&#8221; -exec rm &#8220;{}&#8221; &#8220;;&#8221;<\/p>\n<p>find $APPLCSF\/$APPLOUT -mtime +7 -name &#8220;*.out&#8221; -exec rm &#8220;{}&#8221; &#8220;;&#8221;<\/p>\n<p><strong>Delete other files in $APPLCSF\/$APPLLOG directory<\/strong><\/p>\n<p>find $APPLCSF\/$APPLLOG -mtime +7 -name &#8220;*.log&#8221; -exec rm &#8220;{}&#8221; &#8220;;&#8221;<\/p>\n<p>find $APPLCSF\/$APPLLOG -mtime +7 -name &#8220;*.mgr&#8221; -exec rm &#8220;{}&#8221; &#8220;;&#8221;<\/p>\n<p>find $APPLCSF\/$APPLLOG -mtime +7 -name &#8220;f60webmx*&#8221; -exec rm &#8220;{}&#8221; &#8220;;&#8221;<\/p>\n<p>find $APPLCSF\/$APPLLOG -mtime +7 -name &#8220;*.rti&#8221; -exec rm &#8220;{}&#8221; &#8220;;&#8221;<\/p>\n<p><strong>Reference:<\/strong><\/p>\n<p><strong>\u00a0<\/strong>(1) What Are .RTI and .FLI Files? <a href=\"https:\/\/mail.google.com\/help\/usaeng\/Search\/search.html\"><span style=\"color: #800080;\">Doc ID<\/span><\/a>: Note: 470850.1<\/p>\n<p>(2) Oracle Forms in Applications FAQ <a href=\"https:\/\/mail.google.com\/help\/usaeng\/Search\/search.html\"><span style=\"color: #800080;\">Doc ID<\/span><\/a>: Note: 177610.1<\/p>\n<p>Did you get a chance to download <a href=\"http:\/\/k21academy.com\/oracle-apps-dba-free-guide\"><strong>6 Docs Every Apps DBA Must Read for EBS R12.2<\/strong><\/a> ? If not, then get it now by clicking on link below.<\/p>\n<p><a href=\"http:\/\/k21academy.com\/oracle-apps-dba-free-guide\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-11693\" src=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2015\/10\/6-docs-every-apps-dba-must-read.png\" alt=\"6 docs every apps dba must read\" width=\"1024\" height=\"154\" \/><\/a><\/p>\n<p>If you want to\u00a0learn more about\u00a0<strong>Oracle Apps DBA<\/strong>\u00a0(Architecture, Installation, WebLogic, Patching, Cloning and other maintenance tasks with the\u00a0<strong>upgrade <\/strong>of<strong> Oracle E-Business Suite 12.2.0 <\/strong>to<strong> 12.2.4<\/strong>\u00a0then have a look\u00a0at our <a href=\"http:\/\/k21academy.com\/oracle-apps-dba\/\" target=\"_blank\">\u00a0<strong>Oracle Apps DBA Training<\/strong><\/a>\u00a0.<\/p>\n<div style=\"padding: 5px; margin-bottom: 5px; background: #ffffde; border: 1px solid #ddd; width: 100%;\" align=\"center\"><\/div>\n","protected":false},"excerpt":{"rendered":"<p>I would like to share some important things here. You all might know these, but Oracle Apps newbie will get [&hellip;]<\/p>\n","protected":false},"author":115,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[1],"tags":[145],"class_list":["post-288","post","type-post","status-publish","format-standard","hentry","category-uncategorized","tag-logs"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Log files in $APPLCSF\/$APPLLOG directory -<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/onlineappsdba.com\/index.php\/2008\/01\/12\/log-files-in-applcsfappllog-directory\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Log files in $APPLCSF\/$APPLLOG directory -\" \/>\n<meta property=\"og:description\" content=\"I would like to share some important things here. You all might know these, but Oracle Apps newbie will get [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/onlineappsdba.com\/index.php\/2008\/01\/12\/log-files-in-applcsfappllog-directory\/\" \/>\n<meta property=\"article:published_time\" content=\"2008-01-12T17:49:01+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2017-02-28T14:14:58+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2015\/10\/6-docs-every-apps-dba-must-read.png\" \/>\n<meta name=\"author\" content=\"Masroof Ahmad\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Masroof Ahmad\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2008\/01\/12\/log-files-in-applcsfappllog-directory\/\",\"url\":\"https:\/\/onlineappsdba.com\/index.php\/2008\/01\/12\/log-files-in-applcsfappllog-directory\/\",\"name\":\"Log files in $APPLCSF\/$APPLLOG directory -\",\"isPartOf\":{\"@id\":\"https:\/\/onlineappsdba.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2008\/01\/12\/log-files-in-applcsfappllog-directory\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2008\/01\/12\/log-files-in-applcsfappllog-directory\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2015\/10\/6-docs-every-apps-dba-must-read.png\",\"datePublished\":\"2008-01-12T17:49:01+00:00\",\"dateModified\":\"2017-02-28T14:14:58+00:00\",\"author\":{\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb\"},\"breadcrumb\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2008\/01\/12\/log-files-in-applcsfappllog-directory\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/onlineappsdba.com\/index.php\/2008\/01\/12\/log-files-in-applcsfappllog-directory\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2008\/01\/12\/log-files-in-applcsfappllog-directory\/#primaryimage\",\"url\":\"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2015\/10\/6-docs-every-apps-dba-must-read.png\",\"contentUrl\":\"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2015\/10\/6-docs-every-apps-dba-must-read.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2008\/01\/12\/log-files-in-applcsfappllog-directory\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/onlineappsdba.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Log files in $APPLCSF\/$APPLLOG directory\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/onlineappsdba.com\/#website\",\"url\":\"https:\/\/onlineappsdba.com\/\",\"name\":\"\",\"description\":\"Oracle Implementation &amp; Training Experts\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/onlineappsdba.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb\",\"name\":\"Masroof Ahmad\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g\",\"caption\":\"Masroof Ahmad\"},\"url\":\"https:\/\/onlineappsdba.com\/index.php\/author\/masroof\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Log files in $APPLCSF\/$APPLLOG directory -","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/onlineappsdba.com\/index.php\/2008\/01\/12\/log-files-in-applcsfappllog-directory\/","og_locale":"en_US","og_type":"article","og_title":"Log files in $APPLCSF\/$APPLLOG directory -","og_description":"I would like to share some important things here. You all might know these, but Oracle Apps newbie will get [&hellip;]","og_url":"https:\/\/onlineappsdba.com\/index.php\/2008\/01\/12\/log-files-in-applcsfappllog-directory\/","article_published_time":"2008-01-12T17:49:01+00:00","article_modified_time":"2017-02-28T14:14:58+00:00","og_image":[{"url":"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2015\/10\/6-docs-every-apps-dba-must-read.png","type":"","width":"","height":""}],"author":"Masroof Ahmad","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Masroof Ahmad","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/onlineappsdba.com\/index.php\/2008\/01\/12\/log-files-in-applcsfappllog-directory\/","url":"https:\/\/onlineappsdba.com\/index.php\/2008\/01\/12\/log-files-in-applcsfappllog-directory\/","name":"Log files in $APPLCSF\/$APPLLOG directory -","isPartOf":{"@id":"https:\/\/onlineappsdba.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2008\/01\/12\/log-files-in-applcsfappllog-directory\/#primaryimage"},"image":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2008\/01\/12\/log-files-in-applcsfappllog-directory\/#primaryimage"},"thumbnailUrl":"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2015\/10\/6-docs-every-apps-dba-must-read.png","datePublished":"2008-01-12T17:49:01+00:00","dateModified":"2017-02-28T14:14:58+00:00","author":{"@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb"},"breadcrumb":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2008\/01\/12\/log-files-in-applcsfappllog-directory\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/onlineappsdba.com\/index.php\/2008\/01\/12\/log-files-in-applcsfappllog-directory\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/onlineappsdba.com\/index.php\/2008\/01\/12\/log-files-in-applcsfappllog-directory\/#primaryimage","url":"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2015\/10\/6-docs-every-apps-dba-must-read.png","contentUrl":"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2015\/10\/6-docs-every-apps-dba-must-read.png"},{"@type":"BreadcrumbList","@id":"https:\/\/onlineappsdba.com\/index.php\/2008\/01\/12\/log-files-in-applcsfappllog-directory\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/onlineappsdba.com\/"},{"@type":"ListItem","position":2,"name":"Log files in $APPLCSF\/$APPLLOG directory"}]},{"@type":"WebSite","@id":"https:\/\/onlineappsdba.com\/#website","url":"https:\/\/onlineappsdba.com\/","name":"","description":"Oracle Implementation &amp; Training Experts","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/onlineappsdba.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb","name":"Masroof Ahmad","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g","caption":"Masroof Ahmad"},"url":"https:\/\/onlineappsdba.com\/index.php\/author\/masroof\/"}]}},"_links":{"self":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts\/288","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/users\/115"}],"replies":[{"embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/comments?post=288"}],"version-history":[{"count":0,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts\/288\/revisions"}],"wp:attachment":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/media?parent=288"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/categories?post=288"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/tags?post=288"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}