TNS_ADMIN cant be recognise

If you did set TNS_ADMIN in registry for the Oracle Home, it will be used if you use any program within that home.

If you want to see it in command line and set it for all home at once,
set it as a System Variable under Windows -
right Click "This PC"/"My computer" (depending your version of Windows), Properties, Advanced system Settings, Environment Variables, and add TNS_ADMIN as a System Variable.

It will be registered and visible with the set command under command line after that (restart command line if still open, it won't show if the command line is open prior to the change)
 
Back
Top