Skip to main content

Resolving INS-20802: Oracle Net Configuration Assistant failed error on Windows 10

I was all excited about the migration to Windows 10 until I had to install Oracle client 12.1.0.2 on it. The Oracle client installation used to fail miserably at the last stage with this error named INS-20802.


As with several Oracle error messages, the details were hardly of any use and no clear understanding was possible even after examining the error log. Googling for the error led me to several forum posts but most of them didn't have the right solution - most answer seekers were meeting with dead ends.

I tried several methods for resolving the issue - 
  1. Disabling Windows UAC
  2. Disabling firewall
  3. Disabling antivirus - mine was a fresh VM, so disabled Windows Defender
  4. Adding localhost IP i.e., 127.0.0.1 to the hosts file etc.
but none of them helped.

At last I found this which suggested installing Microsoft Visual C++ 2010 Redistributable Package (x86) and this solved the problem in a matter of seconds! I just had to click 'Retry' on the installation dialog.

Comments

  1. Muchas gracias, definitivamente la instlación del paquete redistribuible de Microsoft Visual C ++ 2010 (x86) me hacia falta!

    ReplyDelete
  2. This C++ Package did the trick for me as well. Worked Like a charm.

    Also I had not attempted below update. Directly installed the Redistribution package.
    Disabling Windows UAC
    Disabling firewall
    Disabling antivirus - mine was a fresh VM, so disabled Windows Defender
    Adding localhost IP i.e., 127.0.0.1 to the hosts file etc.

    ReplyDelete
  3. I have tried the same way which described the above . But the same error remain. could you help on this ?

    ReplyDelete
  4. Thanks a lot! it helped me to resolve the issue.

    ReplyDelete
  5. Thanks a lot for sharing. It helped.

    ReplyDelete
  6. its not working for me
    configuration is still failed

    ReplyDelete
  7. Replies
    1. Still I have same error on database configuration assistant while creating and starting oracle instance

      Delete
  8. Bonjour (je suis Français alors je ne parle que français ;-) ).
    Merci beaucoup pour la solution. Parfait.
    Thanks a lot.

    ReplyDelete
    Replies
    1. Just ensure your system is on LAN with valid IP address

      Delete
    2. Can you send me a new download link for the C++ package ? Because the one in the article doesnt work anymore. Thanks you !

      Delete
  9. I was stuck whit the same problem, I google it and the correct answer it´s the one you post. Dude, THAAAANKSSSSS!!!!!

    ReplyDelete
  10. Thank you so much, it worked!

    ReplyDelete

Post a Comment

Popular posts from this blog

Turning off a Dell Laptop Monitor: Keyboard shortcut(s)

I am someone who is particular about power savings and I don't leave appliances powered on when not in use. The same applies to computing devices - be it a smartphone or a PC/Laptop. I power off the desktop monitor when I step out for a tea break or hit Fn+F2 on my Lenovo laptop that turns off the display. Recently, I got a Dell Laptop and I was surprised to discover that Dell does not provide any shortcut to turn off the display. This led to some exploration and I found two ways to achieve that which are outlined below - 

Nginx - Solution for 10060: A connection attempt failed because the connected party did not properly respond

I was in the process of setting up Nginx to serve as the reverse proxy for Nexus Repository Manager OSS. However, the Nexus repository started loading really slowly post this and used to repeatedly display disconnected and reconnected messages. The Nginx log file used to log the below error - <timestamp> [error] 3240#3632: *1 upstream timed out (10060: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond) while connecting to upstream, client: <ip address="">, server: <fqdn>, request: "GET /nexus HTTP/1.1", upstream: "http://[::1]:8081/nexus", host: "<fqdn>"