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

Posted by Leeks and Leaks on Stack Overflow See other posts from Stack Overflow or by Leeks and Leaks
Published on 2010-05-17T18:15:09Z Indexed on 2010/05/17 18:21 UTC
Read the original article Hit count: 201

Filed under:
|

It's possible to use Microsoft's OracleClient assembly to connect to an Oracle database, and using Oracle's connection string format, set it up to use load balancing, provided your Oracle environment supports it.

The question I have is how do you know after the fact, which db host the command actually executed against? Is there a way to retrieve the machine name from the load balanced set of machines?

© Stack Overflow or respective owner

Related posts about Oracle

Related posts about ADO.NET