The "NET DEVELOPMENT WITH ODAC 12C RELEASE 1" data sheet says
"As a fully managed provider, ODP.NET can better integrate with .NET Code Access Security and ClickOnce deployment"
I've looked through the discussion here and don't seem many recent comments on using ODP.NET as part of a ClickOnce deployment.
The few comments I've found on the Oracle site seem to suggest that using the managed version and doing "CopyLocal=true" to distribute the OPD.NET dll with the app should avoid some of the problems people have had with their app finding conflicting versions of ODP.NET via the HOME variable.
Does anyone have additional information/comments on using the managed dll as part of a ClickOnce deployment?