In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/02 Report--
The problem is: install the oracle client today, indicating that the environment variable 'Path'' exceeds the allowed character limit.
Solution: 1. Open "system Properties"-- "Advanced"-- look at the "environment variable", find Path, and view the value of the environment variable Path.
2. Copy the value of the Path variable to notepad. Wow, it's really long.
C:\ Program Files\ Common Files\ Microsoft Shared\ Windows Live;C:\ Program Files (x86)\ Common Files\ Microsoft Shared\ Windows Live;C:\ Program Files (x86)\ Intel\ iCLS Client\; C:\ Program Files\ Intel\ iCLS Client\;% SystemRoot%\ system32;%SystemRoot%;%SystemRoot%\ System32\ Wbem;%SYSTEMROOT%\ System32\ WindowsPowerShell\ v1.0\; C:\ Program Files\ Intel\ WiFi\ bin\; C:\ Program Files\ Common Files\ Intel\ WirelessCommon; C:\ Program Files\ ThinkPad\ Bluetooth Software\ C:\ Program Files\ ThinkPad\ Bluetooth Software\ syswow64;;C:\ Program Files\ Intel\ Intel (R) Management Engine Components\ DAL;C:\ Program Files\ Intel\ Intel (R) Management Engine Components\ IPT;C:\ Program Files (x86)\ Intel\ Intel (R) Management Engine Components\ DAL;C:\ Program Files (x86)\ Intel\ Intel (R) Management Engine Components\ IPT;C:\ Program Files (x86)\ Intel\ OpenCL SDK\ 2.0\ bin\ x86 C:\ Program Files (x86)\ Intel\ OpenCL SDK\ 2.0\ bin\ x64 * C:\ Program Files\ Common Files\ Lenovo;C:\ Program Files (x86)\ Windows Live\ Shared;C:\ SWTOOLS\ ReadyApps;C:\ Program Files (x86)\ Symantec\ VIP Access Client\; C:\ Program Files (x86)\ Common Files\ Lenovo
3. Find ways to reduce the length of the Path variable value. For example: delete unnecessary paths, but what if this has an impact on the operation of some software? You can also shorten the length of environment variables by creating links with the mklink command. The methods are as follows:
On the command line, execute the following command:
C:\ > mklink / J "C:\ PF"C:\ Program Files"
C:\ > mklink / J "C:\ PFx86"C:\ Program Files (x86)"
After the creation is successful, you can see the PF and PFx86 join directories under the c:\ directory in the explorer (access to this directory is equivalent to access to the source directory. Delete the directory without deleting the source directory)
4. In notepad, the new join directory name is used to replace the original directory name, so as to shorten the length of Path environment variables. (it is shorter than the original length. If you want to shorten it, you can find a common path and create a connection directory name to replace it.)
C:\ PF\ Common Files\ Microsoft Shared\ Windows Live;C:\ PFx86\ Common Files\ Microsoft Shared\ Windows Live;C:\ PFx86\ Intel\ iCLS Client\; C:\ PF\ Intel\ iCLS Client\;% SystemRoot%\ system32;%SystemRoot%;%SystemRoot%\ System32\ Wbem;%SYSTEMROOT%\ System32\ WindowsPowerShell\ v1.0\; C:\ PF\ Intel\ WiFi\ bin\; C:\ PF\ Common Files\ Intel\ WirelessCommon\; C:\ PF\ ThinkPad\ Bluetooth Software\; C:\ PF\ ThinkPad\ Bluetooth Software\ syswow64 C:\ PF\ Intel\ Intel (R) Management Engine Components\ DAL;C:\ PF\ Intel\ Intel (R) Management Engine Components\ IPT;C:\ PFx86\ Intel\ Intel (R) Management Engine Components\ DAL;C:\ PFx86\ Intel\ Intel (R) Management Engine Components\ IPT;C:\ PFx86\ Intel\ OpenCL SDK\ 2.0\ bin\ x86 political C:\ PFx86\ Intel\ OpenCL SDK\ 2.0\ bin\ x64CTC:\ PF\ Common Files\ Lenovo;C:\ PFx86\ Windows Live\ Shared;C:\ SWTOOLS\ ReadyApps C:\ PFx86\ Symantec\ VIP Access Client\; C:\ PFx86\ Common Files\ Lenovo
5. Modify the new modified variable value to the Path environment variable, and save it.
6. Retry the error message in the process of oracle client installation and solve the error.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.