Hello everyone,
I installed Oracle Client 12.1.0.2 32bit in a Windows 10 PC. But when i try to connect to server or test connection (tnsping) i get this error.
TNS-03505: Failed to resolve name
So i discover that used parameter files is pointed to a wrong directory location.
Used parameter files:
\\ad001.xxxxx.net\yyyyy\Apps\oracle\12cR1\sqlnet.ora ---> INCORRECT (default)
C:\oracle12\ora121\base\client\NETWORK\ADMIN ---> CORRECT
I don't have permission to copy TNSNAMES into the incorrect path, so i want to change used parameter file to the righ location.
It is possible? If yes, can anyone explain me how to do that?
Thanks in advance!