oracle-r2dbc
oracle-r2dbc copied to clipboard
LDAP Support
This branch adds support for retrieving Oracle Net Descriptors from an LDAP server. Oracle R2DBC will now accept "ldap" as a protocol in the r2dbc:oracle: URI scheme.
LDAP functionality added here is just a pass through to Oracle JDBC's support for LDAP. Oracle R2DBC converts the r2dbc:oracle URI is converted into the corresponding jdbc:oracle URI for LDAP.
New Options are added to configure Oracle JDBC's connection properties for LDAP behavior.
Thanks to @raenjamio and @umangsingh123 for helpful discussions that lead us to this new feature.