OraDirect.NET - open ports
Posted: Tue 02 Sep 2008 03:58
We are using OraDirect.NET version 4.30.20.0 for our .net projects, and ODAC version 6.00.0.4 for our VCL projects.
In the odac (VCL) version, there is a problem with an extra listening port being opened for OCIEvents which causes problems with the firewall.
This is fixed by setting OCIEvents := False in some initialization code.
(see this forum in the ODAC group...
http://devart.com/forums/viewtopic.php?p=38320#38320 )
The OraDirect.NET library also has this problem of opening the extra port. How can I stop this happening ?
In the odac (VCL) version, there is a problem with an extra listening port being opened for OCIEvents which causes problems with the firewall.
This is fixed by setting OCIEvents := False in some initialization code.
(see this forum in the ODAC group...
http://devart.com/forums/viewtopic.php?p=38320#38320 )
The OraDirect.NET library also has this problem of opening the extra port. How can I stop this happening ?