database - Windows 上的 Oracle 12c 安装 - 安装程序验证失败

标签 database oracle oracle12c privileges failed-installation

我一直致力于在我的 Windows 机器上安装 Oracle 12c 数据库。我下载了 Microsoft Windows x64(64 位 2.8GB)文件 here .

然后我将 zip 文件解压缩到桌面的一个文件夹中并运行 setup.exe

但我一直收到此错误,无法继续。

[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:

 - PRVG-1901 : failed to setup CVU remote execution framework directory "C:\Users\Taro\AppData\Local\Temp\CVU_12.2.0.1.0_Taro\" on nodes "nayantara-jeyaraj"  

- Cause:  An operation requiring remote execution could not complete because the attempt to set up the Cluster Verification Utility remote execution framework failed on the indicated nodes at the indicated directory location because the CVU remote execution framework version did not match the CVU java verification framework version. The accompanying message provides detailed failure information.

 - Action:  Ensure that the directory indicated exists or can be created and the user executing the checks has sufficient permission to overwrite the contents of this directory. Also review the accompanying error messages and respond to them. Summary of the failed nodes nayantara-jeyaraj  - Version of exectask could not be retrieved from node "nayantara-jeyaraj"  - Cause: Cause Of Problem Not Available  - Action: User Action Not Available  - Version of exectask could not be retrieved from node "nayantara-jeyaraj"  - Cause: Cause Of Problem Not Available  - Action: User Action Not Available

根据错误,我检查了其属性面板的安全选项卡下的C:\Users\Taro\AppData\Local\Temp 文件夹权限。所有用户都具有完全访问权限。

最佳答案

这对我有帮助:

setup.exe -ignorePrereq -J"-Doracle.install.db.validate.supportedOSCheck=false"

我也是

  • 以管理员身份运行控制台
  • 检查是否存在名为 AutoShareWksREG DWORD(在注册表 Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters 中)。它没。但如果可以,请确保将值设置为“1”并重新启动。
  • 停止了 OracleRemExecServiceV2 服务

关于database - Windows 上的 Oracle 12c 安装 - 安装程序验证失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43018786/

相关文章:

mysql - SELECT 字段 GROUP BY max(field) 和 GROUP BY 其他字段 MySQL

mysql - 只保留实体 id 而不是 Set<Entity> 来减少连接操作是个好主意吗

javascript - 根据当前日期提交表单时在 phpmyadmin 数据库中插入周数

sql - 如何在Oracle中使用Select Exists?

plsql - PL SQL For 循环 Sys_RefCursor

database - 如何计算数据库连接池的大小?

sql - 创建分层定义的数据集的扁平表/ View

java - 在 JPQL 中查询获取过去 X 个月的数据

Oracle:使用自动列表分区和范围子分区

oracle - 如何传递包含@的用户名作为参数