Splunk AppDynamics

DB Collector error: ORA-00942: table or view does not exist

CommunityUser
Splunk Employee
Splunk Employee

I'm trying a trial installation and getting this error from the collector:

[DBAgent-4] 07 Jun 2018 19:24:53,151 ERROR ADBMonitorConfigResolver - Failed to resolve DB topological structure [<collector-name>].
java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist

I've already added PLAN_TABLE by running utlxplan.sql

How to find out more details on which table it is complaining about? Thx

Labels (1)

CommunityUser
Splunk Employee
Splunk Employee

Hi,

Were you able to resolve the issue with the help from the procedure that @Anonymous suggested? If so, kindly mark that response as Accepted Solution so others can easily find answers. Please use the Accept as Solution button to do so.

Let us know if you are still looking for help on your inquiry.

Thank you

Radhika

0 Karma

CommunityUser
Splunk Employee
Splunk Employee

Hello,

I had the same problem and solved it by granting to user appropriate roles as described in AppDynamics documentation:
https://docs.appdynamics.com/appd/24.x/24.10/en/database-visibility/add-database-collectors/configur...



CREATE USER DBMon_Agent_User IDENTIFIED BY password
default tablespace users
temporary tablespace temp;

GRANT CREATE SESSION, SELECT_CATALOG_ROLE TO DBMon_Agent_User;

CommunityUser
Splunk Employee
Splunk Employee
the same problem, could you please share your solution if you have already found it?
0 Karma
Get Updates on the Splunk Community!

Best Strategies to Optimize Observability Costs

 Join us on Tuesday, May 6, 2025, at 11 AM PDT / 2 PM EDT for an insightful session on optimizing ...

Fueling your curiosity with new Splunk ILT and eLearning courses

At Splunk Education, we’re driven by curiosity—both ours and yours! That’s why we’re committed to delivering ...

Splunk AI Assistant for SPL 1.1.0 | Now Personalized to Your Environment for Greater ...

Splunk AI Assistant for SPL has transformed how users interact with Splunk, making it easier than ever to ...