DRCP - how to specify the session purity?

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
David.liu
Posts: 1
Joined: Wed 08 Jun 2011 03:44

DRCP - how to specify the session purity?

Post by David.liu » Wed 08 Jun 2011 04:00

I could not find any documentation, is it defaulted to be NEW?
I will need to set it to SELF, according to OCI docs.

Thanks for your help!

David

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Fri 10 Jun 2011 13:38

We have added the 'Connection Class' connection string parameter and the OracleConnectionStringBuilder.ConnectionClass property for the DRCP support. Please refer to this thread where you can find an example of using DRCP.
OCI documentation: http://www.oracle.com/technetwork/artic ... 133381.pdf.

If you encounter any problems, please post here or contact us.

Post Reply