EM13c: Add Database Targets Discovery/Monitoring Configuration Using LDAP Principal
(Doc ID 3025082.1)
Last updated on JUNE 20, 2024
Applies to:
Enterprise Manager for Oracle Database - Version 13.4.0.0.0 and laterInformation in this document applies to any platform.
Goal
Is it possible to discover DB targets in EM with LDAP provider instead of default preferred connection string ?
sample ldap principal:
"jdbc:oracle:thin@ldap://<LDAP-Server>:<ldap-port>/<DN value>
Currently, IN OEM use the following JDBC connection to connect to DB targets
jdbc:oracle:thin:@(DESCRIPTION=
(ADDRESS=(protocol_address_information))
(CONNECT_DATA= (SERVICE_NAME=service_name)))
OTN Ref for JDBC/LDAP support for databases:
https://docs.oracle.com/en/database/oracle/oracle-database/21/jajdb/oracle/jdbc/OracleDriver.html
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
References |