备份安装oracle 11g遇到的问题

it2024-07-06  46

1.oracle安装文件目录不可以有中文,不可以有空格,目录是否需要小写待验证

2.win10系统不兼容,在安装源文件stage/cvu/cvu_prereq.xml,添加当前系统信息,如当前系统为win10 64位:

      <OPERATING_SYSTEM RELEASE="6.2">             <VERSION VALUE="3"/>             <ARCHITECTURE VALUE="64-bit"/>             <NAME VALUE="Windows 10"/>             <ENV_VAR_LIST>                 <ENV_VAR NAME="PATH" MAX_LENGTH="5119" />              </ENV_VAR_LIST>         </OPERATING_SYSTEM>

max_length="5119",设为5119而非1023,是防止系统path值过长,超过1024的长度。

3.设置setup.exe的兼容性,右击->properties->Compatibility;尝试Run this program in compatibility mode for:Windows 7,最终设置Windows 8;并Run this program as an administrator;

4.仍然未解决,设置配置 NET Framework 3.5,参考:https://blog.csdn.net/hello123yy/article/details/78155497?utm_medium=distribute.pc_relevant_t0.none-task-blog-BlogCommendFromMachineLearnPai2-1.add_param_isCf&depth_1-utm_source=distribute.pc_relevant_t0.none-task-blog-BlogCommendFromMachineLearnPai2-1.add_param_isCf

5.安装过程中,设置过系统防火墙;??

 

最新回复(0)