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!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Shape the Future of Splunk: Join the Product Research Lab!

Join the Splunk Product Research Lab and connect with us in the Slack channel #product-research-lab to get ...

Auto-Injector for Everything Else: Making OpenTelemetry Truly Universal

You might have seen Splunk’s recent announcement about donating the OpenTelemetry Injector to the ...