cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Same Oracle dabatase related to the multiple OSB servers

gofman_anatoly
Contributor

Hello

I have an issue that the same Oracle database is related to the multiple OSB servers.
I found that the database connection is configured via tnsnames file and the network service name is used in OSB data source configuration.
Has anyone encountered such a problem and found a solution how to connect the database to the Oracle dababase server instead of OSB servers?

 

Best Regards

Tolik.

5 REPLIES 5

ChadTurner
DynaMight Legend
DynaMight Legend

@gofman_anatoly we have not run into this issue. Were you able to formulate a resolution? If so are you able to share with us what was done to resolve this? 

-Chad

Julius_Loman
DynaMight Legend
DynaMight Legend

@gofman_anatoly  If I got your question right, you have OneAgent installed on the Oracle server and you don't see the relations between the Database service in Dynatrace and the Oracle process on the DB host. Is that correct?

Unfortunately on the application side, there are limits in detecting the real destination of the database. Dynatrace does not inspect any subsequent driver/client configuration and only sees the values the DB driver is providing to the application. That's why you can also sometimes see multiple instances of the same database just having different hostnames configured. Unfortunately in the current version, Databases services cannot be merged or manually related to other entities. You can reconfigure your connections strings, accept the way it is or create an RFE.

Certified Dynatrace Master | Alanata a.s., Slovakia, Dynatrace Master Partner

gofman_anatoly
Contributor

Hi

I have OneAgent installed on the Oracle WebLogic OSB servers. All connection pools in Data Sources are configured with aliases and real DB connections are defined in tnsnames.ora file.  This configuration gives us a fast DR process, where only the tnsnames.ora file changes on the servers without changing  all connection pools. 

 

Best Regards

Anatoly.

 

gilgi
DynaMight Champion
DynaMight Champion

To further explain's Anatoly's question, as the call to Oracle is done with a connection to the local tnsnames file (the oracle mapping file), Dynatrace reads the connections string and thinks that localhost is the db server, hence why it is doing the split.
As we're doing it from the Application side (just like @Julius_Loman wrote), I have not found a way to work around it.

Gil.

Yes, I get it. Unfortunately at the moment there is nothing that can be done on the configuration for more accurate detection. There is an RFE opened for a long time already for merging Databases.

I hope this will once be solved by some rules such as service detection rules, so you can finetune the detection.

Certified Dynatrace Master | Alanata a.s., Slovakia, Dynatrace Master Partner

Featured Posts