24 Jul 2026
11:27 AM
- last edited on
03 Aug 2026
10:14 AM
by
MaciejNeumann
Hi Community,
I'm looking for guidance on an Oracle Database extension issue that we're seeing in a pre-production environment.
Extension Version:
Symptoms:
The monitored endpoint is reachable and metrics are being collected, but the extension intermittently reports the following warnings:
The warning appears as a query failure rather than a complete connection failure.
What we've checked so far:
Questions:
Any troubleshooting advice or experiences would be greatly appreciated.
Thanks in advance!
Solved! Go to Solution.
10 Aug 2026 04:33 AM
Hi @DB1
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.
ORA-00904: MAX_AUDIT_SIZE usually indicates the extension is referencing a column that doesn't exist in that Oracle version or audit configuration.
ORA-00942 typically means the monitoring user cannot access a required table/view, or the object doesn't exist in that environment
To see the exact SQL statement failing on the database: Go to the ActiveGate running the Oracle extension and check the log file.
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.
Thanks
Sujit
Featured Posts