码迷,mamicode.com
首页 > Windows程序 > 详细

【翻译自mos文章】windows下 11gR2 安装报错:"PRKN-1019 : Failed to create directory"

时间:2015-02-21 15:30:19      阅读:963      评论:0      收藏:0      [点我收藏+]

标签:windows   oracle   prkn-1019 failed to   

来源于:
11gR2 Installation on Windows fails with “PRKN-1019 : Failed to create directory” (文档 ID 1669683.1)

适用于:
Oracle Database - Enterprise Edition - Version 11.2.0.3 and later
Microsoft Windows x64 (64-bit) - Version: 2008 R2

症状:
在windows下安装 11.2.0.3的prerequisite  检查时,有下面的报错:

INFO: *********************************************

INFO: Physical Memory: This is a prerequisite condition to test whether the system has at least 128MB (131072.0KB) of total physical memory.
 INFO: Severity:IGNORABLE
 INFO: OverallStatus:OPERATION_FAILED
 INFO: ———————————————–
INFO: Verification Result for Node:W01SADMNS1A
 WARNING: Result values are not available for this verification task
 INFO: Error Message:PRKN-1019 : Failed to create directory “C:\Users\ecometer\AppData\Local\Temp\\oraremservice\” on node “W01SADMNS1A”, Error: “0|The network name cannot be found.
” .
INFO: Cause:Cause Of Problem Not Available
 INFO: Action:User Action Not Available

原因:
bug 13464164

解决方案:
安装11.2.0.4即可,因为在11.2.0.4上,已经fix了该bug

或者

11.2.0.3时的变通方法:

1. 启用c$的隐含共享
2. 在注册表的如下位置启用下面的参数:

HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\LanmanServer\Parameters

Parameter: AutoShareServer

设置该参数值为1


3. 重试安装

【翻译自mos文章】windows下 11gR2 安装报错:"PRKN-1019 : Failed to create directory"

标签:windows   oracle   prkn-1019 failed to   

原文地址:http://blog.csdn.net/msdnchina/article/details/43898463

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!