Visual studio 2017 by default reads the tnsnames.ora file from the installation path of the oracle developer tools for vs2017.
There is an option to search and then copy and replace the tns file in above default location with a different ora file in the machine. However the problem with this is, multiple tns files needs to be maintained in this case(because other oracle software reads the tns file from oracle client installation path).
VS 2017 Search and copy tnsnames.ora file window
Instead, is there a way to change the default tnsnames.ora path read by VS2017? (TNS_ADMIN and Path environment variables are already configured.)
tnsnames.ora
file. If you have different applications which try to read from different locations the work with symbolic links. – Wernfried Domscheit