F:\software\31659823>sqlplus
Error 57 initializing SQL*Plus
Error loading message shared library
原因是命中了BUG:
BUG 29367372 -
解决办法:
Microsoft Visual C++ 2005 Service Pack 1 Redistributable Package MFC Security Update
It is a prerequisite to install the ‘Microsoft Visual C++ 2005 Service Pack 1 Redistributable Package MFC Security Update’ (Version 8.0.50727.6195) , available at https://www.microsoft.com/en-us/download/details.aspx?id=26347, for 32/64bit Bundle Patch installation, even though the latest version of Run-time package is installed on the Windows server.
Please install the version mentioned above to get the issue resolved.
安装 vcredist_x64.exe 问题解决。 |