Environment variable: "PATH" - This test checks whether the length of the environment variable "PATH" does not exceed the recommended length.
預期值
: 1023
實際值
: 1245
PRVF-3929 : Adding the Oracle binary location to the PATH environment variable will exceed the OS length limit of [ "1023" ] for the variable
- 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.
這樣的問題就是環境變量字符太長了,多剪切一些出來,等安裝完oracle后在把那些剪切出來環境變量在粘貼回去。