When using Oracle load balancing and ADO.NET, how do you know which host the command executed on? -


It is possible to use Microsoft's Oracle Client Assemblies to connect to the Oracle database and set it up to use Oracle's connection string format.

Provides load balancing, provided your Oracle environment supports it.

The question I have is how do you know after the fact that DB actually executes the host command? What is the method to get the machine name from load balanced set of machines?

Any example of these questions will return the name:

  Choose an example from v $ thread;  

-or -

  Choose from example v $ example;  

Comments