{"id":10117,"date":"2019-03-06T20:23:44","date_gmt":"2019-03-06T20:23:44","guid":{"rendered":"https:\/\/dbtut.com\/?p=10117"},"modified":"2020-10-02T08:14:38","modified_gmt":"2020-10-02T08:14:38","slug":"how-to-delete-trace-files-listener-log-etc-with-adrci","status":"publish","type":"post","link":"https:\/\/dbtut.com\/index.php\/2019\/03\/06\/how-to-delete-trace-files-listener-log-etc-with-adrci\/","title":{"rendered":"How To Delete Trace Files, listener log etc with ADRCI"},"content":{"rendered":"<p>With ADRCI, it is possible to delete files such as &#8220;log, trace, incident, cdump&#8221; created before a certain day. Instead of manually deleting individual files, you can do this very easily using adrci.<\/p>\n<p>You must have set Oracle Base to use ADRCI. You can find detailed information about the use of this tool in the article &#8220;<a href=\"https:\/\/dbtut.com\/index.php\/2019\/01\/07\/adr-command-interpreteradrci\/\" target=\"_blank\" rel=\"noopener noreferrer\">ADR Command Interpreter (ADRCI)<\/a>&#8220;.<\/p>\n<p><strong>Start ADRCI:<\/strong><\/p>\n<pre class=\"lang:default decode:true \">-bash-4.3$ . oraenv\nORACLE_SID = [+ASM1] ? +ASM1\nThe Oracle base remains unchanged with value \/u01\/app\/oracle\n-bash-4.3$ adrci \n\nADRCI: Release 11.2.0.4.0 - Production on Tue May 16 16:19:40 2017\n\nCopyright (c) 1982, 2011, Oracle and\/or its affiliates.  All rights reserved.\n\nADR base = \"\/u01\/app\/oracle\"<\/pre>\n<p>Then you should list the available homes and set a home. The example shows the steps required to delete listener alert files.<\/p>\n<p><strong>List of available homes:<\/strong><\/p>\n<pre class=\"lang:default decode:true \">adrci&gt; show homes\nADR Homes: \ndiag\/asm\/+asm\/+ASM1\ndiag\/clients\/user_oracle\/host_2585172500_11\ndiag\/clients\/user_oracle\/host_2585172500_80\ndiag\/diagtool\/user_oracle\/host_2585172500_11\ndiag\/rdbms\/orcltest\/ORCLTEST1\ndiag\/rdbms\/audit\/AUDIT1\ndiag\/rdbms\/orcl\/ORCL1\ndiag\/tnslsnr\/oradb1\/listener<\/pre>\n<p><strong>Set home:<\/strong><\/p>\n<pre class=\"lang:default decode:true \">adrci&gt; set home diag\/tnslsnr\/oradb1\/listener<\/pre>\n<p><strong>Deleting previous Trace and ALERT files created before 3600 minutes(1 day) in set home:<\/strong><\/p>\n<pre class=\"lang:default decode:true \">adrci&gt; purge -age 3600 -type TRACE\nadrci&gt; purge -age 3600 -type ALERT<\/pre>\n<p><strong>It is possible to delete the following file types with the same command:<\/strong><\/p>\n<ul>\n<li>ALERT \u2013 files in .\/alert directory<\/li>\n<li>INCIDENT \u2014 files in .\/incident\/incdir_&lt;incid&gt; directory<\/li>\n<li>TRACE \u2014 files in .\/trace directory<\/li>\n<li>CDUMP \u2014 files in .\/cdump directory<\/li>\n<li>UTSCDMP \u2014 .\/trace\/cdmp_&lt;timestamp&gt; directories<\/li>\n<li>STAGE \u2014 files in .\/stage directory<\/li>\n<li>SWEEP \u2014 files in .\/sweep directory<\/li>\n<li>HM \u2014 files in the .\/hm directory and metadata information in the HM schema<\/li>\n<li>IPS \u2014 files in the .\/incpkg directory and the metadata information in the IPS schema<\/li>\n<\/ul>\n<p><strong>The following command can be used to delete all files:<\/strong><\/p>\n<pre class=\"lang:default decode:true \">adrci&gt; purge -age 10080<\/pre>\n<p>These processes can be done automatically using the adrci tool.<\/p>\n<p>Current policies need to be changed after the relevant home is set.<\/p>\n<pre class=\"lang:default decode:true \">adrci&gt; set home diag\/tnslsnr\/oradb1\/listener\nadrci&gt; show control\n\nADR Home = \/u01\/app\/oracle\/diag\/tnslsnr\/oradb1\/listener:\n*************************************************************************\nADRID                SHORTP_POLICY        LONGP_POLICY         LAST_MOD_TIME                            LAST_AUTOPRG_TIME                        LAST_MANUPRG_TIME                        ADRDIR_VERSION       ADRSCHM_VERSION      ADRSCHMV_SUMMARY     ADRALERT_VERSION     CREATE_TIME                              \n-------------------- -------------------- -------------------- ---------------------------------------- ---------------------------------------- ---------------------------------------- -------------------- -------------------- -------------------- -------------------- ---------------------------------------- \n3953762085           720                  8760                 2016-06-08 10:47:22.071463 +03:00                                                 2017-05-16 16:20:48.104055 +03:00        1                    2                    80                   1                    2016-06-08 10:47:22.071463 +03:00       \n1 rows fetched<\/pre>\n<p>An empty LAST_AUTOPRG_TIME field in the above output indicates that no deletions have been made automatically.<\/p>\n<p>SHORTP_POLICY value should be changed for Incident and health monitor warnings and LONGP_POLICY value should be changed for trace and core dump files. The values \u200b\u200bhere are in hours. It is observed that it will not erase for a very long time according to the current values. We need to make these values \u200b\u200bmore acceptable. For example, files before a week can be deleted.<\/p>\n<p><strong>Set SHORTP_POLICY and LONGP_POLICY:<\/strong><\/p>\n<pre class=\"lang:default decode:true \">adrci&gt; set control (SHORTP_POLICY = 168)\nadrci&gt; set control (LONGP_POLICY = 168)\nadrci&gt; show control\n\nADR Home = \/u01\/app\/oracle\/diag\/tnslsnr\/oradb1\/listener:\n*************************************************************************\nADRID                SHORTP_POLICY        LONGP_POLICY         LAST_MOD_TIME                            LAST_AUTOPRG_TIME                        LAST_MANUPRG_TIME                        ADRDIR_VERSION       ADRSCHM_VERSION      ADRSCHMV_SUMMARY     ADRALERT_VERSION     CREATE_TIME                              \n-------------------- -------------------- -------------------- ---------------------------------------- ---------------------------------------- ---------------------------------------- -------------------- -------------------- -------------------- -------------------- ---------------------------------------- \n3953762085           168                  168                  2017-05-16 16:58:40.865587 +03:00                                                 2017-05-16 16:20:48.104055 +03:00        1                    2                    80                   1                    2016-06-08 10:47:22.071463 +03:00       \n1 rows fetched<\/pre>\n<p>Instead of making this change one by one for each home, it is possible to do it at once with a script as follows.<\/p>\n\n<p>adrci_set_policy.sh<\/p>\n<pre class=\"lang:default decode:true\">#!\/bin\/sh\nfor ADRHOME in `adrci exec=\"show home\"`\ndo\n    if [ $ADRHOME = \"ADR\" -o $ADRHOME = \"Homes:\" ]\n    then\n        continue;\n    fi\n    echo $ADRHOME\n    adrci &lt;&lt;EOF\n         set home $ADRHOME\n         set control (SHORTP_POLICY = 168)\n         set control (LONGP_POLICY = 168)\n         purge\n    exit\nEOF\ndone\n<\/pre>\n<div class=\"pvc_clear\"><\/div>\n<p id=\"pvc_stats_10117\" class=\"pvc_stats all  \" data-element-id=\"10117\" style=\"\"><i class=\"pvc-stats-icon medium\" aria-hidden=\"true\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"far\" data-icon=\"chart-bar\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\" class=\"svg-inline--fa fa-chart-bar fa-w-16 fa-2x\"><path fill=\"currentColor\" d=\"M396.8 352h22.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-192 0h22.4c6.4 0 12.8-6.4 12.8-12.8V140.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h22.4c6.4 0 12.8-6.4 12.8-12.8V204.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zM496 400H48V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16zm-387.2-48h22.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8z\" class=\"\"><\/path><\/svg><\/i> <img loading=\"lazy\" decoding=\"async\" width=\"16\" height=\"16\" alt=\"Loading\" src=\"https:\/\/dbtut.com\/wp-content\/plugins\/page-views-count\/ajax-loader-2x.gif\" border=0 \/><\/p>\n<div class=\"pvc_clear\"><\/div>\n","protected":false},"excerpt":{"rendered":"<p>With ADRCI, it is possible to delete files such as &#8220;log, trace, incident, cdump&#8221; created before a certain day. Instead of manually deleting individual files, you can do this very easily using adrci. You must have set Oracle Base to use ADRCI. You can find detailed information about the use of this tool in the &hellip;<\/p>\n<div class=\"pvc_clear\"><\/div>\n<p id=\"pvc_stats_10117\" class=\"pvc_stats all  \" data-element-id=\"10117\" style=\"\"><i class=\"pvc-stats-icon medium\" aria-hidden=\"true\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"far\" data-icon=\"chart-bar\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\" class=\"svg-inline--fa fa-chart-bar fa-w-16 fa-2x\"><path fill=\"currentColor\" d=\"M396.8 352h22.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-192 0h22.4c6.4 0 12.8-6.4 12.8-12.8V140.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h22.4c6.4 0 12.8-6.4 12.8-12.8V204.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zM496 400H48V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16zm-387.2-48h22.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8z\" class=\"\"><\/path><\/svg><\/i> <img loading=\"lazy\" decoding=\"async\" width=\"16\" height=\"16\" alt=\"Loading\" src=\"https:\/\/dbtut.com\/wp-content\/plugins\/page-views-count\/ajax-loader-2x.gif\" border=0 \/><\/p>\n<div class=\"pvc_clear\"><\/div>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":""},"categories":[4],"tags":[2377,2380,2376,2379,2374,2375,2378],"class_list":["post-10117","post","type-post","status-publish","format-standard","","category-oracle","tag-delete-alert-logs-regularly","tag-delete-alert-logs-using-adrci","tag-delete-listener-logs-regularly","tag-delete-listener-logs-using-adrci","tag-delete-trace-file","tag-delete-trace-file-regularly","tag-delete-trace-files-using-adrci"],"aioseo_notices":[],"a3_pvc":{"activated":true,"total_views":30197,"today_views":0},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How To Delete Trace Files, listener log etc with ADRCI - Database Tutorials<\/title>\n<meta name=\"description\" content=\"How To Delete Trace Files, listener log etc with ADRCI\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/dbtut.com\/index.php\/2019\/03\/06\/how-to-delete-trace-files-listener-log-etc-with-adrci\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How To Delete Trace Files, listener log etc with ADRCI - Database Tutorials\" \/>\n<meta property=\"og:description\" content=\"How To Delete Trace Files, listener log etc with ADRCI\" \/>\n<meta property=\"og:url\" content=\"https:\/\/dbtut.com\/index.php\/2019\/03\/06\/how-to-delete-trace-files-listener-log-etc-with-adrci\/\" \/>\n<meta property=\"og:site_name\" content=\"Database Tutorials\" \/>\n<meta property=\"article:published_time\" content=\"2019-03-06T20:23:44+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-10-02T08:14:38+00:00\" \/>\n<meta name=\"author\" content=\"dbtut\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"dbtut\" \/>\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\":\"Article\",\"@id\":\"https:\/\/dbtut.com\/index.php\/2019\/03\/06\/how-to-delete-trace-files-listener-log-etc-with-adrci\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2019\/03\/06\/how-to-delete-trace-files-listener-log-etc-with-adrci\/\"},\"author\":{\"name\":\"dbtut\",\"@id\":\"https:\/\/dbtut.com\/#\/schema\/person\/fc047c39e1e53dce28fc4253529ea408\"},\"headline\":\"How To Delete Trace Files, listener log etc with ADRCI\",\"datePublished\":\"2019-03-06T20:23:44+00:00\",\"dateModified\":\"2020-10-02T08:14:38+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2019\/03\/06\/how-to-delete-trace-files-listener-log-etc-with-adrci\/\"},\"wordCount\":347,\"commentCount\":1,\"publisher\":{\"@id\":\"https:\/\/dbtut.com\/#organization\"},\"keywords\":[\"delete alert logs regularly\",\"delete alert logs using adrci\",\"delete listener logs regularly\",\"delete listener logs using adrci\",\"delete trace file\",\"delete trace file regularly\",\"delete trace files using adrci\"],\"articleSection\":[\"ORACLE\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/dbtut.com\/index.php\/2019\/03\/06\/how-to-delete-trace-files-listener-log-etc-with-adrci\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/dbtut.com\/index.php\/2019\/03\/06\/how-to-delete-trace-files-listener-log-etc-with-adrci\/\",\"url\":\"https:\/\/dbtut.com\/index.php\/2019\/03\/06\/how-to-delete-trace-files-listener-log-etc-with-adrci\/\",\"name\":\"How To Delete Trace Files, listener log etc with ADRCI - Database Tutorials\",\"isPartOf\":{\"@id\":\"https:\/\/dbtut.com\/#website\"},\"datePublished\":\"2019-03-06T20:23:44+00:00\",\"dateModified\":\"2020-10-02T08:14:38+00:00\",\"description\":\"How To Delete Trace Files, listener log etc with ADRCI\",\"breadcrumb\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2019\/03\/06\/how-to-delete-trace-files-listener-log-etc-with-adrci\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/dbtut.com\/index.php\/2019\/03\/06\/how-to-delete-trace-files-listener-log-etc-with-adrci\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/dbtut.com\/index.php\/2019\/03\/06\/how-to-delete-trace-files-listener-log-etc-with-adrci\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/dbtut.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How To Delete Trace Files, listener log etc with ADRCI\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/dbtut.com\/#website\",\"url\":\"https:\/\/dbtut.com\/\",\"name\":\"Database Tutorials\",\"description\":\"MSSQL, Oracle, PostgreSQL, MySQL, MariaDB, DB2, Sybase, Teradata, Big Data, NOSQL, MongoDB, Couchbase, Cassandra, Windows, Linux\",\"publisher\":{\"@id\":\"https:\/\/dbtut.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/dbtut.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/dbtut.com\/#organization\",\"name\":\"dbtut\",\"url\":\"https:\/\/dbtut.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/dbtut.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/dbtut.com\/wp-content\/uploads\/2021\/02\/dbtutlogo.jpg\",\"contentUrl\":\"https:\/\/dbtut.com\/wp-content\/uploads\/2021\/02\/dbtutlogo.jpg\",\"width\":223,\"height\":36,\"caption\":\"dbtut\"},\"image\":{\"@id\":\"https:\/\/dbtut.com\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/dbtut.com\/#\/schema\/person\/fc047c39e1e53dce28fc4253529ea408\",\"name\":\"dbtut\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/dbtut.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/c322c32021bf651d9e103b183963c479a9c9791ead0715f4348203496c39aa54?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/c322c32021bf651d9e103b183963c479a9c9791ead0715f4348203496c39aa54?s=96&d=mm&r=g\",\"caption\":\"dbtut\"},\"description\":\"We are a team with over 10 years of database management and BI experience. Our Expertises: Oracle, SQL Server, PostgreSQL, MySQL, MongoDB, Elasticsearch, Kibana, Grafana.\",\"sameAs\":[\"http:\/\/NurullahCAKIR\"],\"url\":\"https:\/\/dbtut.com\/index.php\/author\/dbtut\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How To Delete Trace Files, listener log etc with ADRCI - Database Tutorials","description":"How To Delete Trace Files, listener log etc with ADRCI","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:\/\/dbtut.com\/index.php\/2019\/03\/06\/how-to-delete-trace-files-listener-log-etc-with-adrci\/","og_locale":"en_US","og_type":"article","og_title":"How To Delete Trace Files, listener log etc with ADRCI - Database Tutorials","og_description":"How To Delete Trace Files, listener log etc with ADRCI","og_url":"https:\/\/dbtut.com\/index.php\/2019\/03\/06\/how-to-delete-trace-files-listener-log-etc-with-adrci\/","og_site_name":"Database Tutorials","article_published_time":"2019-03-06T20:23:44+00:00","article_modified_time":"2020-10-02T08:14:38+00:00","author":"dbtut","twitter_card":"summary_large_image","twitter_misc":{"Written by":"dbtut","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/dbtut.com\/index.php\/2019\/03\/06\/how-to-delete-trace-files-listener-log-etc-with-adrci\/#article","isPartOf":{"@id":"https:\/\/dbtut.com\/index.php\/2019\/03\/06\/how-to-delete-trace-files-listener-log-etc-with-adrci\/"},"author":{"name":"dbtut","@id":"https:\/\/dbtut.com\/#\/schema\/person\/fc047c39e1e53dce28fc4253529ea408"},"headline":"How To Delete Trace Files, listener log etc with ADRCI","datePublished":"2019-03-06T20:23:44+00:00","dateModified":"2020-10-02T08:14:38+00:00","mainEntityOfPage":{"@id":"https:\/\/dbtut.com\/index.php\/2019\/03\/06\/how-to-delete-trace-files-listener-log-etc-with-adrci\/"},"wordCount":347,"commentCount":1,"publisher":{"@id":"https:\/\/dbtut.com\/#organization"},"keywords":["delete alert logs regularly","delete alert logs using adrci","delete listener logs regularly","delete listener logs using adrci","delete trace file","delete trace file regularly","delete trace files using adrci"],"articleSection":["ORACLE"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/dbtut.com\/index.php\/2019\/03\/06\/how-to-delete-trace-files-listener-log-etc-with-adrci\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/dbtut.com\/index.php\/2019\/03\/06\/how-to-delete-trace-files-listener-log-etc-with-adrci\/","url":"https:\/\/dbtut.com\/index.php\/2019\/03\/06\/how-to-delete-trace-files-listener-log-etc-with-adrci\/","name":"How To Delete Trace Files, listener log etc with ADRCI - Database Tutorials","isPartOf":{"@id":"https:\/\/dbtut.com\/#website"},"datePublished":"2019-03-06T20:23:44+00:00","dateModified":"2020-10-02T08:14:38+00:00","description":"How To Delete Trace Files, listener log etc with ADRCI","breadcrumb":{"@id":"https:\/\/dbtut.com\/index.php\/2019\/03\/06\/how-to-delete-trace-files-listener-log-etc-with-adrci\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/dbtut.com\/index.php\/2019\/03\/06\/how-to-delete-trace-files-listener-log-etc-with-adrci\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/dbtut.com\/index.php\/2019\/03\/06\/how-to-delete-trace-files-listener-log-etc-with-adrci\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/dbtut.com\/"},{"@type":"ListItem","position":2,"name":"How To Delete Trace Files, listener log etc with ADRCI"}]},{"@type":"WebSite","@id":"https:\/\/dbtut.com\/#website","url":"https:\/\/dbtut.com\/","name":"Database Tutorials","description":"MSSQL, Oracle, PostgreSQL, MySQL, MariaDB, DB2, Sybase, Teradata, Big Data, NOSQL, MongoDB, Couchbase, Cassandra, Windows, Linux","publisher":{"@id":"https:\/\/dbtut.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/dbtut.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/dbtut.com\/#organization","name":"dbtut","url":"https:\/\/dbtut.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/dbtut.com\/#\/schema\/logo\/image\/","url":"https:\/\/dbtut.com\/wp-content\/uploads\/2021\/02\/dbtutlogo.jpg","contentUrl":"https:\/\/dbtut.com\/wp-content\/uploads\/2021\/02\/dbtutlogo.jpg","width":223,"height":36,"caption":"dbtut"},"image":{"@id":"https:\/\/dbtut.com\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/dbtut.com\/#\/schema\/person\/fc047c39e1e53dce28fc4253529ea408","name":"dbtut","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/dbtut.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/c322c32021bf651d9e103b183963c479a9c9791ead0715f4348203496c39aa54?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/c322c32021bf651d9e103b183963c479a9c9791ead0715f4348203496c39aa54?s=96&d=mm&r=g","caption":"dbtut"},"description":"We are a team with over 10 years of database management and BI experience. Our Expertises: Oracle, SQL Server, PostgreSQL, MySQL, MongoDB, Elasticsearch, Kibana, Grafana.","sameAs":["http:\/\/NurullahCAKIR"],"url":"https:\/\/dbtut.com\/index.php\/author\/dbtut\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/posts\/10117","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/comments?post=10117"}],"version-history":[{"count":0,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/posts\/10117\/revisions"}],"wp:attachment":[{"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/media?parent=10117"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/categories?post=10117"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/tags?post=10117"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}