{"id":668,"date":"2016-05-27T14:47:20","date_gmt":"2016-05-27T14:47:20","guid":{"rendered":"http:\/\/www.dbafox.com\/?p=668"},"modified":"2016-05-27T14:47:20","modified_gmt":"2016-05-27T14:47:20","slug":"oracle-unified-auditing-trail-audsys","status":"publish","type":"post","link":"https:\/\/dbafox.com\/?p=668","title":{"rendered":"Oracle &#8211; Unified Auditing Trail &#8211; AUDSYS"},"content":{"rendered":"<pre>\r\nThe AUDIT_TRAIL needs to be purged.\r\n\r\nError may occur if USE_LAST_ARCH_TIMESTAMP => TRUE is used:\r\nERROR at line 1:\r\nORA-08180: no snapshot found based on specified time\r\nORA-06512: at \"SYS.DBMS_AUDIT_MGMT\", line 4425\r\nORA-06512: at \"SYS.DBMS_AUDIT_MGMT\", line 825\r\nORA-06512: at line 2 \r\n(Haven't investigated further) - maybe archive first is required or the archive timestamp has to be set.\r\n\r\nPurge example:\r\n\r\nSYS: ORCL> select segment_name||'   '||bytes\/1024\/1024 from dba_segments where owner = 'AUDSYS';\r\n\r\nSEGMENT_NAME||''||BYTES\/1024\/1024\r\n--------------------------------------------------------------------------------\r\nSYS_LOB0000076986C00014$$   62.125\r\nSYS_IL0000076986C00014$$   .0625\r\nCLI_SCN$a48dc988$1$1   2\r\nCLI_TIME$a48dc988$1$1   2\r\nCLI_LOB$a48dc988$1$1   2\r\nCLI_SWP$a48dc988$1$1   88\r\n\r\n6 rows selected.\r\n\r\nElapsed: 00:00:00.09\r\nSYS: ORCL> BEGIN\r\n  DBMS_AUDIT_MGMT.CLEAN_AUDIT_TRAIL(\r\n   AUDIT_TRAIL_TYPE           =>  DBMS_AUDIT_MGMT.AUDIT_TRAIL_UNIFIED,\r\n   USE_LAST_ARCH_TIMESTAMP => FALSE);\r\nEND;\r\n\/\r\n\r\nPL\/SQL procedure successfully completed.\r\n\r\nElapsed: 00:00:04.55\r\nSYS: LASD1> select segment_name||'   '||bytes\/1024\/1024 from dba_segments where owner = 'AUDSYS';\r\n\r\nSEGMENT_NAME||''||BYTES\/1024\/1024\r\n--------------------------------------------------------------------------------\r\nCLI_SWP$a48dc988$1$1   .0625\r\nCLI_LOB$a48dc988$1$1   .0625\r\nCLI_TIME$a48dc988$1$1   .0625\r\nCLI_SCN$a48dc988$1$1   .0625\r\nSYS_IL0000076986C00014$$   .0625\r\nSYS_LOB0000076986C00014$$   .125\r\n\r\n6 rows selected.\r\n\r\nElapsed: 00:00:00.10\r\n\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>The AUDIT_TRAIL needs to be purged. Error may occur if USE_LAST_ARCH_TIMESTAMP => TRUE is used: ERROR at line 1: ORA-08180: no snapshot found based on specified time ORA-06512: at &#8220;SYS.DBMS_AUDIT_MGMT&#8221;, line 4425 ORA-06512: at &#8220;SYS.DBMS_AUDIT_MGMT&#8221;, line 825 ORA-06512: at line &hellip; <a href=\"https:\/\/dbafox.com\/?p=668\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"pgc_sgb_lightbox_settings":"","_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[28],"tags":[],"class_list":["post-668","post","type-post","status-publish","format-standard","hentry","category-oracle-technical"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Oracle - Unified Auditing Trail - AUDSYS - dbafox<\/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:\/\/dbafox.com\/?p=668\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Oracle - Unified Auditing Trail - AUDSYS - dbafox\" \/>\n<meta property=\"og:description\" content=\"The AUDIT_TRAIL needs to be purged. Error may occur if USE_LAST_ARCH_TIMESTAMP =&gt; TRUE is used: ERROR at line 1: ORA-08180: no snapshot found based on specified time ORA-06512: at &quot;SYS.DBMS_AUDIT_MGMT&quot;, line 4425 ORA-06512: at &quot;SYS.DBMS_AUDIT_MGMT&quot;, line 825 ORA-06512: at line &hellip; Continue reading &rarr;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/dbafox.com\/?p=668\" \/>\n<meta property=\"og:site_name\" content=\"dbafox\" \/>\n<meta property=\"article:published_time\" content=\"2016-05-27T14:47:20+00:00\" \/>\n<meta name=\"author\" content=\"Ray Fox\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Ray Fox\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/dbafox.com\/?p=668\",\"url\":\"https:\/\/dbafox.com\/?p=668\",\"name\":\"Oracle - Unified Auditing Trail - AUDSYS - dbafox\",\"isPartOf\":{\"@id\":\"https:\/\/dbafox.com\/#website\"},\"datePublished\":\"2016-05-27T14:47:20+00:00\",\"author\":{\"@id\":\"https:\/\/dbafox.com\/#\/schema\/person\/287adc474c1aebd398752ac4dcfe27eb\"},\"breadcrumb\":{\"@id\":\"https:\/\/dbafox.com\/?p=668#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/dbafox.com\/?p=668\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/dbafox.com\/?p=668#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/dbafox.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Oracle &#8211; Unified Auditing Trail &#8211; AUDSYS\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/dbafox.com\/#website\",\"url\":\"https:\/\/dbafox.com\/\",\"name\":\"dbafox\",\"description\":\"DBA Technical Information\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/dbafox.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/dbafox.com\/#\/schema\/person\/287adc474c1aebd398752ac4dcfe27eb\",\"name\":\"Ray Fox\",\"sameAs\":[\"http:\/\/www.dbafox.com\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Oracle - Unified Auditing Trail - AUDSYS - dbafox","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:\/\/dbafox.com\/?p=668","og_locale":"en_GB","og_type":"article","og_title":"Oracle - Unified Auditing Trail - AUDSYS - dbafox","og_description":"The AUDIT_TRAIL needs to be purged. Error may occur if USE_LAST_ARCH_TIMESTAMP => TRUE is used: ERROR at line 1: ORA-08180: no snapshot found based on specified time ORA-06512: at \"SYS.DBMS_AUDIT_MGMT\", line 4425 ORA-06512: at \"SYS.DBMS_AUDIT_MGMT\", line 825 ORA-06512: at line &hellip; Continue reading &rarr;","og_url":"https:\/\/dbafox.com\/?p=668","og_site_name":"dbafox","article_published_time":"2016-05-27T14:47:20+00:00","author":"Ray Fox","twitter_misc":{"Written by":"Ray Fox","Estimated reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/dbafox.com\/?p=668","url":"https:\/\/dbafox.com\/?p=668","name":"Oracle - Unified Auditing Trail - AUDSYS - dbafox","isPartOf":{"@id":"https:\/\/dbafox.com\/#website"},"datePublished":"2016-05-27T14:47:20+00:00","author":{"@id":"https:\/\/dbafox.com\/#\/schema\/person\/287adc474c1aebd398752ac4dcfe27eb"},"breadcrumb":{"@id":"https:\/\/dbafox.com\/?p=668#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/dbafox.com\/?p=668"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/dbafox.com\/?p=668#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/dbafox.com\/"},{"@type":"ListItem","position":2,"name":"Oracle &#8211; Unified Auditing Trail &#8211; AUDSYS"}]},{"@type":"WebSite","@id":"https:\/\/dbafox.com\/#website","url":"https:\/\/dbafox.com\/","name":"dbafox","description":"DBA Technical Information","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/dbafox.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Person","@id":"https:\/\/dbafox.com\/#\/schema\/person\/287adc474c1aebd398752ac4dcfe27eb","name":"Ray Fox","sameAs":["http:\/\/www.dbafox.com"]}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p3ecMb-aM","_links":{"self":[{"href":"https:\/\/dbafox.com\/index.php?rest_route=\/wp\/v2\/posts\/668","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dbafox.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/dbafox.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/dbafox.com\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/dbafox.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=668"}],"version-history":[{"count":1,"href":"https:\/\/dbafox.com\/index.php?rest_route=\/wp\/v2\/posts\/668\/revisions"}],"predecessor-version":[{"id":669,"href":"https:\/\/dbafox.com\/index.php?rest_route=\/wp\/v2\/posts\/668\/revisions\/669"}],"wp:attachment":[{"href":"https:\/\/dbafox.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=668"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/dbafox.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=668"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/dbafox.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=668"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}