Oracle12c client安裝報錯[INS-20802] Oracle Net Configuration Assistant failed完美解決

來源:互聯網
上載者:User

標籤:

Doc ID 2082662.1

1.錯誤碼

Installation Of Oracle Client 12.1.0.2.0 (32-bit) Fails With An Error Message "[INS-20802] Oracle Net Configuration Assistant failed

2.問題描述

在window 7安裝Oracle Client12C的時候遇到INS-20802 Oracle Net Configuration Assistant失敗的問題,百度了很多都沒有說到好的解決方案。

後來上MetaLink上查到Doc ID 2082662.1。完美的解決了這一問題。

Symptoms

 

installActions.log says

INFO: Read: java.lang.UnsatisfiedLinkError: C:\app\oracle\product\12.1.0\client_1\BIN\oranjni12.dll: Can‘t find dependent libraries
WARNING: Skipping line: java.lang.UnsatisfiedLinkError: C:\app\oracle\product\12.1.0\client_1\BIN\oranjni12.dll: Can‘t find dependent libraries

WARNING: Skipping line: Oracle Net Services configuration failed.  The exit code is 1
INFO: Completed Plugin named: Oracle Net Configuration AssistantCause

Oracle 12c Installer setup has Wrong value in file install/oraparam.ini for MSVCREDIST_LOC

From oraparam.ini

#MSVCREDIST_LOC flag will provide the name of the exe that is being shipped in stage/ext/bin
MSVCREDIST_LOC=vcredist_x64.exe即Installer識別了錯誤的值,我們打開install/oraparam.ini這個檔案可以看到MSVCREDIST_LOC=vcredist_x64.exe實際上我們的檔案是vcredist_x86.exe,所以導致了這個問題。Solution

Installation of Oracle Net Configuration Assitant requires Microsoft C++ 2010 Redistributable (vcredist_x86.exe). If RTL is missing then Installation will fails with error message [INS-20802] Oracle Net Configuration Assitant failed"

Oracle 12C 32 bit client Installer should install the RTL automatically during the installation. However the oraparam.ini has wrong value for MSVCREDIST_LOC(Instead of vcredist_x86.exe) so installer fails to install RTL that is reason for installation of configuation Assitant to fail.

Follow the below instructions to resolve the issue.

1. Install Microsoft C++ 2010 Redistributable (vcredist_x86.exe) from the Installer location X:\client32\stage\ext\bin

意思就是先去軟件目錄:\client32\stage\ext\bin下安裝vcredist_x86.exe這個先。

2. Now click on retry

重新安裝就完美了。

Note : For avoiding the issue during the installation, edit the value for MSVCREDIST_LOC=vcredist_x86.exe in oraparam.ini 這裡也可以直接編輯MSVCREDIST_LOC=vcredist_x86.exe來避免。

Oracle12c client安裝報錯[INS-20802] Oracle Net Configuration Assistant failed完美解決

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.