All Apps and Add-ons

Why am I receiving an error when trying to connect to an Oracle database using DB_Connect v3 with Windows Authentication Domain?

jfeitosa_real
Path Finder

Hello,

We are trying to connect to an Oracle database using DB_Connect v3, with "Windows Authentication Domain". However, it is not working, presenting "Connection Denied" login failure error. The user has the required permissions.

String Eg.:
jdbc: oracle: thin: @ldap: //ldap1.acme.com: 3500 / cn = salesdept, cn = OracleContext, dc = com / salesdb

Oracle Doc:
https://docs.oracle.com/cd/B28359_01/java.111/b31224/urls.htm#BEIDHCBA

Has anyone managed to make this connection to a domain user and not local to Oracle database?

Thank you.

alt text

0 Karma

kheo_splunk
Splunk Employee
Splunk Employee

Windows Authentication Domain setting is only Microsoft SQL database, not for Oracle database as described in the following Splunk Document.

http://docs.splunk.com/Documentation/DBX/3.1.3/DeployDBX/Createandmanageidentities

Use Windows Authentication Domain: This setting is for identities that connect to Microsoft SQL Server databases. Enable this setting if you need to specify a Windows Authentication Domain.
0 Karma

p_gurav
Champion

alter the connect string prototype in the DB Connect db_connection_types.conf file to use a JDBC-Thick (OCI) connection instead of JDBC-Thin, something like this:

 jdbcUrlFormat = jdbc:oracle:oci:@TNSALIAS
0 Karma

jfeitosa_real
Path Finder

Hello everyone

I already changed it to oci, but even then it was not possible to connect.

Note: DB Connect supports LDAP connection, you need to specify the LDAP URL in JDBC URL field. Consult your database vendor's documentation on how to generate LDAP URL.

0 Karma

jfeitosa_real
Path Finder
0 Karma

jfeitosa_real
Path Finder

The "Use Windows Authentication Domain" option works only to connect
to Microsoft SQL Server databases?

Tks,

0 Karma
Get Updates on the Splunk Community!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...