在 Windows 7 中安装 Oracle 12c 错误 INS-30131

Yvá*_*rri 8 oracle installation

我正在尝试在 Windows 7 x64 计算机上安装 Oracle 12c,一段时间后出现此错误:

SEVERE: [FATAL] [INS-30131] Initial setup required for the execution of installer validations failed.
   CAUSE: Failed to access the temporary location.
   ACTION: Ensure that the current user has required permissions to access the temporary location.
*ADDITIONAL INFORMATION:*
- Framework setup check failed on all the nodes
- Cause: Cause Of Problem Not Available
- Action: User Action Not Available
Summary of the failed nodes
maddy-pc
- Version of exectask could not be retrieved from node "XXXXXX"
- Cause: Cause Of Problem Not Available
- Action: User Action Not Available
Run Code Online (Sandbox Code Playgroud)

有人知道如何解决这个问题吗?

Yvá*_*rri 6

我发现了问题。由于我不明白 Oracle 需要通过管理网络共享(即 \computer\c$)访问文件系统的原因,我已禁用它。

解决此问题需要检查的事项:

  1. 从工作组中删除您的计算机。
  2. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System DWORD值设置LocalAccountTokenFilterPolicy为 1
  3. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\LanmanServer\Parameters DWORD值设置AutoShareWks为 1


小智 5

我终于得到了这个错误的答案,这是因为机器名太大。在设置新机器时,我们应该确保机器名称不大于 BIOS 名称。这是 15 个字符。这肯定会起作用。