Oracle client installation error - path too long

后端 未结 12 948
温柔的废话
温柔的废话 2021-01-01 09:49

I\'m trying to install Oracle 11g Release 2 (client). But it gives an error like that :

Environment variable: \"PATH\" - This test checks whether the length          


        
12条回答
  •  醉酒成梦
    2021-01-01 10:17

    This limitation is based on older Windows restrictions, where length of environmental variables was important. This limitation is still there in the Oracle installation.

    Work around this:

    • Step 1: Copy the value of your 'path' variable to a text-editor (Ex.: notepad) and save this value as backup.
    • Step 2: Reduce the size of this path to less that 1023 characters. Remove path variables at the end. You will mostly not need any of them during the oracle installation. Keep those removed values in a separate text-file, because you need to add them again later!
    • Step 3: Start the oracle installation again.
    • Step 4: After Oracle installation: Add those removed path values again at the end of the path.

    Good luck!

    Extra screenshot

提交回复
热议问题