Not a customer? Click the 'Start a free trial' link to begin a 30-day SaaS trial of our product and to join our community.
Existing Cisco AppDynamics customers should click the 'Sign In' button to authenticate to access the community
on 07-06-2017 01:24 PM
Users utilizing version 4.3.x Database Agents may experience an issue where the database Collector does not start, and no longer reports metrics to the Controller.
The Database Agent logs will show one of the following errors for the problematic Collector:
Case-1: java.sql.SQLException: ORA-24247: network access denied by access control list (ACL)
Case-2: java.sql.SQLSyntaxErrorException: ORA-00904: : invalid identifier, event after applying the Case-1 solution
To resolve case 1, follow the permissions instructions within the documentation for configuring the Oracle RAC.
Another option would be to add the following JVM property to the custom agent build (for custom build information, contact support) if uninterested in making changes to the database permissions.
-Ddbagent.oracle.rac.use.hostname=true
For case 2, run the following SQL command in the Oracle cluster environment.
select HOST_NAME from gv$instance;
Then validate network connectivity. The Database Agent's machine must be able to TelNet on the listener port (configured for the Collector) for all hosts that are returned from the above query.
Notes:
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form