Installation

DBX: Problems after upgrading to 1.0.8

kochera
Communicator

Hi,

we're running the DBX App 1.0.4 in production. After upgrading to 1.0.8 we get the following error:

Encountered the following error while trying to save: In handler 'dbx-databases': Error connecting to database: java.sql.SQLException: Listener refused the connection with the following error: ORA-12514, TNS:listener does not currently know of service requested in connect descriptor

Any idea what might cause this?

Cheers,
Andy

0 Karma
1 Solution

ziegfried
Influencer

The problem is probably that your Oracle instances are exposed using an SID and not a Service Name. Since the latter one seems to be the default for Oracle installations now, DB Connect defaults to contacting them using the Service Name since around 1.0.5. You should be able to add a setting to your connection in database.conf that enables the old behavior:

database.sid = true

If you're using multiple oracle instances and all of them are exposed the same way you can also set it as a default by adding a default stanza in database.conf:

[default]
database.sid = true

View solution in original post

0 Karma

ziegfried
Influencer

The problem is probably that your Oracle instances are exposed using an SID and not a Service Name. Since the latter one seems to be the default for Oracle installations now, DB Connect defaults to contacting them using the Service Name since around 1.0.5. You should be able to add a setting to your connection in database.conf that enables the old behavior:

database.sid = true

If you're using multiple oracle instances and all of them are exposed the same way you can also set it as a default by adding a default stanza in database.conf:

[default]
database.sid = true
0 Karma

kochera
Communicator

Problem solved. Used servicename instead of SID

kochera
Communicator

Hi Sigi,

I added the entry to dbx/local/database.conf and restart splunk. I still get the same error message when I try to add a new database connection.

$ cat etc/apps/dbx/local/database.conf
[default]
database.sid = true

cheers,
Andy

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...