I have several versions of Oracle, and it has saved tnsnames.ora files everywhere. Older ones are stored in program files under the oracle, but newer ones are stored in the application directory on my hard drive.
I use the .net libraries provided by Oracle to connect to the .net application, and it tells me that it cannot find the name that I want to connect to.
I updated all the tnsnames.ora files that I could find. Is there a way to tell which application tnsnames.ora is trying to use to connect to Oracle using?
source
share