Environment variable: "PATH" - This test checks whether the length of the environment variable "PATH" does not exceed the recommended length.
预期值
 : 1023
实际值
 : 1323
 错误列表: 
 - 
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 "LEE"  - 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. 请问怎么处理才能不显示此类错误

解决方案 »

  1.   

    你的环境变量path的值太长了。解决方法:把path中的不需要的东西去掉
    也许可以
      

  2.   

    path环境变量值太长,把你的path系统环境变量里不常用的值去掉再来过
      

  3.   

    echo $PATH ,看看变量里面都是什么,不用的去掉.
      

  4.   

    Environment variable: "PATH" - This test checks whether the length of the environment variable "PATH" does not exceed the recommended length.
    预期值:1023
    实际值:0
    错误列表: PRVF-3916 : Environment variable name "PATH" is not set on node "server3" ?- Cause:? Environment variable value could not be determined. ?- Action:? Ensure that the environment variable is set and access permissions for the Oracle user allow access to read the environment variables. Restart the installer after correcting the setting for environment variable.这个怎么搞
      

  5.   

    环境变量里的path下的内容太多,删除点不用的就可以了!
      

  6.   

    亲们,我的也是这个毛病,预期1023,实际值:1314,删了环境变量里的部分值还是不行,怎么回事呢,我安装在D盘了,D盘的名字叫软件D,是因为有中文的原因么,我安装在D盘的database文件下请高人指点啊
      

  7.   

    用 administrator 登陆安装试试。