<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Oracle Extension 3.1.3 - ORA-00904 &amp;quot;MAX_AUDIT_SIZE&amp;quot; and ORA-00942 Warnings in Extensions</title>
    <link>https://community.dynatrace.com/t5/Extensions/Oracle-Extension-3-1-3-ORA-00904-quot-MAX-AUDIT-SIZE-quot-and/m-p/303019#M7366</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/104948"&gt;@DB1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've seen similar errors when the extension executes queries against Oracle views or columns that are not available in a particular database version or configuration.&lt;/P&gt;&lt;P&gt;ORA-00904: MAX_AUDIT_SIZE usually indicates the extension is referencing a column that doesn't exist in that Oracle version or audit configuration.&lt;BR /&gt;ORA-00942 typically means the monitoring user cannot access a required table/view, or the object doesn't exist in that environment&lt;/P&gt;&lt;P&gt;To see the exact SQL statement failing on the database: Go to the ActiveGate running the Oracle extension and check the log file.&lt;BR /&gt;If you can identify the missing table/view or the query containing MAX_AUDIT_SIZE, that will likely point to the root cause fairly quickly.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sujit&lt;/P&gt;</description>
    <pubDate>Mon, 10 Aug 2026 03:33:14 GMT</pubDate>
    <dc:creator>sujit_k_singh</dc:creator>
    <dc:date>2026-08-10T03:33:14Z</dc:date>
    <item>
      <title>Oracle Extension 3.1.3 - ORA-00904 "MAX_AUDIT_SIZE" and ORA-00942 Warnings</title>
      <link>https://community.dynatrace.com/t5/Extensions/Oracle-Extension-3-1-3-ORA-00904-quot-MAX-AUDIT-SIZE-quot-and/m-p/302361#M7354</link>
      <description>&lt;DIV&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Hi Community,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;I'm looking for guidance on an Oracle Database extension issue that we're seeing in a pre-production environment.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;STRONG&gt;Extension Version:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Oracle Database Extension 3.1.3&lt;/FONT&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;STRONG&gt;Symptoms:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;The monitored endpoint is reachable and metrics are being collected, but the extension intermittently reports the following warnings:&lt;/FONT&gt;&lt;/P&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;1 ORA-00904: "MAX_AUDIT_SIZE": invalid identifier&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV class=""&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;2 ORA-00942: table or view does not exist&lt;/FONT&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;The warning appears as a query failure rather than a complete connection failure.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;STRONG&gt;What we've checked so far:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Database connectivity is working.&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;The Oracle monitoring user permissions have been reviewed.&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;DBA team has confirmed the monitoring account has the same permissions as our production environment.&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;The issue is limited to this environment; production is not reporting the same warning.&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;We are using the standard Dynatrace Oracle extension configuration.&lt;/FONT&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;STRONG&gt;Questions:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Has anyone seen MAX_AUDIT_SIZE related errors with Oracle Extension 3.1.3?&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Is this typically caused by:&lt;/FONT&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Oracle version differences?&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Auditing configuration differences?&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Missing Oracle objects/views?&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Extension compatibility issues?&lt;/FONT&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Is there a way within Dynatrace to identify the exact SQL query behind this warning?&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Are there specific Oracle audit-related views or features that must exist for this metric to work?&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Has anyone successfully resolved a similar combination of:&lt;/FONT&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;1 ORA-00904: MAX_AUDIT_SIZE&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV class=""&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;2 ORA-00942: table or view does not exist&lt;/FONT&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;FONT face="arial,helvetica,sans-serif"&gt;and if so, what was the root cause&lt;/FONT&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Any troubleshooting advice or experiences would be greatly appreciated.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Thanks in advance!&lt;/FONT&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 03 Aug 2026 09:14:25 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Oracle-Extension-3-1-3-ORA-00904-quot-MAX-AUDIT-SIZE-quot-and/m-p/302361#M7354</guid>
      <dc:creator>DB1</dc:creator>
      <dc:date>2026-08-03T09:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Extension 3.1.3 - ORA-00904 "MAX_AUDIT_SIZE" and ORA-00942 Warnings</title>
      <link>https://community.dynatrace.com/t5/Extensions/Oracle-Extension-3-1-3-ORA-00904-quot-MAX-AUDIT-SIZE-quot-and/m-p/303019#M7366</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/104948"&gt;@DB1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've seen similar errors when the extension executes queries against Oracle views or columns that are not available in a particular database version or configuration.&lt;/P&gt;&lt;P&gt;ORA-00904: MAX_AUDIT_SIZE usually indicates the extension is referencing a column that doesn't exist in that Oracle version or audit configuration.&lt;BR /&gt;ORA-00942 typically means the monitoring user cannot access a required table/view, or the object doesn't exist in that environment&lt;/P&gt;&lt;P&gt;To see the exact SQL statement failing on the database: Go to the ActiveGate running the Oracle extension and check the log file.&lt;BR /&gt;If you can identify the missing table/view or the query containing MAX_AUDIT_SIZE, that will likely point to the root cause fairly quickly.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sujit&lt;/P&gt;</description>
      <pubDate>Mon, 10 Aug 2026 03:33:14 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Oracle-Extension-3-1-3-ORA-00904-quot-MAX-AUDIT-SIZE-quot-and/m-p/303019#M7366</guid>
      <dc:creator>sujit_k_singh</dc:creator>
      <dc:date>2026-08-10T03:33:14Z</dc:date>
    </item>
  </channel>
</rss>

