{"id":274,"date":"2019-10-02T13:44:30","date_gmt":"2019-10-02T11:44:30","guid":{"rendered":"http:\/\/anjo.pt\/wp\/keyword-oracle\/?p=274"},"modified":"2019-10-02T13:44:32","modified_gmt":"2019-10-02T11:44:32","slug":"check-if-unified-audit-is-enabled-without-database-running","status":"publish","type":"post","link":"https:\/\/anjo.pt\/keyword-oracle\/2019\/10\/02\/check-if-unified-audit-is-enabled-without-database-running\/","title":{"rendered":"Check if Unified Audit is enabled without database running"},"content":{"rendered":"\n<p>I wanted to check if the binaries had Unified Audit enabled without using a database (because it was not yet created).<\/p>\n\n\n\n<p>This is part of  libknlopt.a library. Depending on which files are inside, it enables or disables options.<\/p>\n\n\n\n<p>For Unified Auditing your can use:<\/p>\n\n\n\n<p><code>case $(ar t ${ORACLE_HOME}\/rdbms\/lib\/libknlopt.a | grep 'kza.ang.o') in \"kzaiang.o\") R=\"enabled\" ;; \"kzanang.o\") R=\"disabled\" ;; *) R=\"unknown\" ;; esac &amp;&amp; echo \"Unified audit => $R\"<\/code><\/p>\n\n\n\n<p>For many other options (but not yet Unified Audit) you can check MOS note: <a href=\"https:\/\/support.oracle.com\/epmos\/faces\/DocContentDisplay?id=948061.1\">How to Check and Enable\/Disable Oracle Binary Options (Doc ID 948061.1)<\/a><\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>I wanted to check if the binaries had Unified Audit enabled without using a database (because it was not yet created). This is part of libknlopt.a library. Depending on which files are inside, it enables or disables options. For Unified Auditing your can use: case $(ar t ${ORACLE_HOME}\/rdbms\/lib\/libknlopt.a | grep &#8216;kza.ang.o&#8217;) in &#8220;kzaiang.o&#8221;) R=&#8221;enabled&#8221; ;; [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":{"0":"post-274","1":"post","2":"type-post","3":"status-publish","4":"format-standard","6":"category-uncategorized","7":"czr-hentry"},"_links":{"self":[{"href":"https:\/\/anjo.pt\/keyword-oracle\/wp-json\/wp\/v2\/posts\/274","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/anjo.pt\/keyword-oracle\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/anjo.pt\/keyword-oracle\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/anjo.pt\/keyword-oracle\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/anjo.pt\/keyword-oracle\/wp-json\/wp\/v2\/comments?post=274"}],"version-history":[{"count":1,"href":"https:\/\/anjo.pt\/keyword-oracle\/wp-json\/wp\/v2\/posts\/274\/revisions"}],"predecessor-version":[{"id":275,"href":"https:\/\/anjo.pt\/keyword-oracle\/wp-json\/wp\/v2\/posts\/274\/revisions\/275"}],"wp:attachment":[{"href":"https:\/\/anjo.pt\/keyword-oracle\/wp-json\/wp\/v2\/media?parent=274"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/anjo.pt\/keyword-oracle\/wp-json\/wp\/v2\/categories?post=274"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/anjo.pt\/keyword-oracle\/wp-json\/wp\/v2\/tags?post=274"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}