Win7 x64安装Oracle 10g 32位教程

第一步, 首先需要欺骗前期检查。 修改\install\oraparam.ini , 在里面增加 6.1.  修改\stage\prereq\db\refhost.xml 增加6.1相关项目

第二步,  修改Win7下默认安装文件地址,防止32位程序安装到 X86 文件夹下面。修改方面 注册表 找到 CurrentVersion卡。 

第三步,  已兼容模式进行安装, 选择 xp sp3 , 并已管理员方式运行

开始安装...

如果中间出现 动态链接库错误, 可以不用理会。

安装成功,如果 Em 登陆出现 错误: java.lang.Exception: Exception in sending Request :: null

需要修改 \sysman\config\emd.properties 文件,

agentTZRegion=Asia/Shanghai

执行命令:

emctl stop dbconsole

emctl resetTZ agent

emctl config agent getTZ

emctl start dbconsole


猜你喜欢

转载自jon-lt.iteye.com/blog/1499414