Forum Discussion
cgroeneveld
5 years agoRegular Visitor
Using Oracle 19c ODAC for On-Premise Gateway
I have seen lots of links about how to get oracle data source working and everything points back to using the 12.1c installer as it has the option to default a machine wide config for .NET. This is g...
cgroeneveld
3 years agoRegular Visitor
One option is to use Environment variable of "TNS_ADMIN" and point it to a UNC path to which you host / update the TNSNAMES.ora file. I don't know what would happen though if there were any network disruptions and the gateway servers couldn't access the remote location. I would guess you would get intermittant failures which may not be acceptible.
- lbendlin3 years agoSuper User
cgroeneveld I think if the gateway cluster members cannot see the local network then they cannot see the on premise Oracle databases either. So this would be an acceptable limitation. Thank you for the idea.