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

来源于:
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. 重试安装

你可能感兴趣的:(TO,oracle,windows,failed,PRKN-1019)