Oracle客户端安装错误 – 路径太长

前端之家收集整理的这篇文章主要介绍了Oracle客户端安装错误 – 路径太长前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我试图安装Oracle 11g第2版(客户端)。但它给出一个错误
Environment variable: "PATH" - This test checks whether the length of the environment variable "PATH" does not exceed the recommended length.
Expected Value:1023
Actual Value:1028
List of errors: -PRVF-3929 : Adding the Oracle binary location to the PATH
  environment variable will exceed the OS length limit of [ "1023" ] for the
  variable on the node "KamalNuriyev-PC" -
    Cause: The installer needs to update the PATH environment variable to
            include the value "%ORACLE_HOME%/bin;". However,doing so will
            cause PATH to exceed the maximum allowable length that this
            operating system allows. - Action: Ensure that the sum of the
            lengths of your current PATH environment variable and that of
            "%ORACLE_HOME%/bin;" does not exceed the operating system limit.
            Restart the installer after correcting the setting for
            environment variable.

你有什么想法吗?
谢谢你

对于那些面临这个问题的人,解决方案将是通过删除不必要的路径/重复路径,如Bob Javis在他的评论中建议的那样,查看您的环境变量“PATH”并将其缩短。感谢他。

我有类似的问题,并得到解决这样做。

在Windows 7上编辑ENV变量:
开始 – >计算机 – >属性 – >高级系统设置 – >在“系统属性”窗口中,选择“高级”选项卡 – >点击“环境变量” – >向下滚动以查看PATH变量并单击“编辑”相应地编辑,然后单击“确定”保存

希望有人可能会得到帮助:)

原文链接:https://www.f2er.com/oracle/206621.html

猜你在找的Oracle相关文章