This test checks whether the length of the environment variable “PATH“ does

thanks for reading

Problem Description

An error is reported when installing plsql and orcle. This test checks whether the length of the environment variable “PATH” does

Solution

Find in the oracle installation and decompression package database\stage\cvu directory: cvu_prereq.xml
ctrl+f to search for your own operating system, and modify the value in the corresponding MAX_LENGTH. If there is no one, you can add the content in the red box below (under the CERTIFIED_SYSTEMS label)
<OPERATING_SYSTEM RELEASE="6.2">



<ENV_VAR_LIST>
<ENV_VAR NAME="PATH" MAX_LENGTH="4095" />
</ENV_VAR_LIST>
</OPERATING_SYSTEM>
If you can’t modify one, just change all "MAX_LENGTH" to a lower one Large value (crtl+r replaces all)

Guess you like

Origin blog.csdn.net/GodGump/article/details/127883650