AppDynamics APM Platform 22.x Database Visibility Add Database Collectors Configure Oracle Collectors Current: Monitor Oracle Databases Using Kerberos Authentication PDF Download PDF Download page Monitor Oracle Databases Using Kerberos Authentication. Current page All pages Monitor Oracle Databases Using Kerberos Authentication For the Database Agent to connect to and monitor the Oracle databases using Kerberos authentication, these settings are required:Start the Database Agent using the property, java.security.krb5.conf: nohup java -Djavax.security.krb5.conf="<path to Kerberos configuration file>" CODE In the CONNECTION DETAILS section of the Collector configuration dialog, specify the JDBC connection string: jdbc:Oracle:Tds:<hostname>:<portnum>?<Kerberos connection details> CODE In the ADVANCED OPTIONS section of the Collector configuration dialog, ensure to provide these details:Select LDAP/Kerberos.Select Connection Properties, then specify these JDBC connection properties:Property NameProperty Valueoracle.net.authentication_services( KERBEROS5 )oracle.net.kerberos5_mutual_authenticationtrueoracle.net.kerberos5_cc_name"<cache_file_path>" For example: "I:\\Kerberos\\krb5ccFile" ×