Oracle 19c – 我遇到 [INS-35180] 无法检查可用内存错误

huangapple go评论106阅读模式
英文:

Oracle 19c - I'm getting [INS-35180] Unable to check for available memory error

问题

> 在我的笔记本电脑上安装Oracle 19c时,我遇到了*[INS-35180] 无法检查可用内存*错误。我尝试以管理员身份运行DBCA,但仍然面临相同的问题。

错误: [INS-35180] 无法检查可用内存。
详细信息: 附加信息:
异常详细信息 - PRVG-1901: 无法设置CVU远程执行框架目录“C:\Users\u720770\AppData\Local\Temp\InstallActions2023-02-08_06-14-10PM\CVU_19.0.0.0.0_u720770\” 在节点“blrl52gm6g3” 上。
请选择不同的工作区域以用于该框架。
blrl52gm6g3:PRKN-1014:无法在节点“BLRL52GM6G3” 上执行远程命令“C:\Users\u720770\AppData\Local\Temp\InstallActions2023-02-08_06-14-10PM\CVU_19.0.0.0.0_u720770\exectask.exe”。在连接到服务时失败。
blrl52gm6g3:连接到服务时失败。

无法从节点“blrl52gm6g3” 检索exectask的版本。

我执行了以下步骤。

  1. 从Oracle网站下载了Oracle 19c。
  2. 解压缩了zip文件并将其复制到C:驱动器。
  3. 将文件夹重命名为'db_home'。
  4. 以管理员身份运行了安装文件。

请告诉我如何解决此问题以安装Oracle 19c。

英文:

> I'm getting [INS-35180] Unable to check for available memory error while installing Oracle 19c in my laptop. I have tried to run DBCA as admin but still facing the same issue.

Error: [INS-35180] Unable to check for available memory.
Details: Additional Information:
Exception details  - PRVG-1901 : failed to setup CVU remote execution framework directory "C:\Users\u720770\AppData\Local\Temp\InstallActions2023-02-08_06-14-10PM\CVU_19.0.0.0.0_u720770" on nodes "blrl52gm6g3"
Please select a different work area for the framework
blrl52gm6g3 : PRKN-1014 : Failed to execute remote command "C:\Users\u720770\AppData\Local\Temp\InstallActions2023-02-08_06-14-10PM\CVU_19.0.0.0.0_u720770\exectask.exe" on node "BLRL52GM6G3".Failed during connecting to service
blrl52gm6g3 : Failed during connecting to service

Version of exectask could not be retrieved from node "blrl52gm6g3"

I did below steps.

  1. Downloaded Oracle 19c from Oracle site.
  2. Extracted the zip file and copied it to C: drive.
  3. Renamed the folder to 'db_home'
  4. Ran setup file as administrator.

Please let me know how to resolve this issue to be able to install Oracle 19c.

答案1

得分: 1

看起来我没有足够的管理员权限。在获得管理员权限后,我成功安装了。

英文:

It looks like I dont have enough admin privileges. I was able to install successfully after obtaining admin privileges.

答案2

得分: 0

你好,你能检查一下这个路径是否真的存在,并且 exectask.exe 的执行权限允许你执行吗?

C:\Users\u720770\AppData\Local\Temp\InstallActions2023-02-08_06-14-10PM\CVU_19.0.0.0.0_u720770\exectask.exe

或者可能是这个 bug

Bug 28747089 - DBCA 在验证过程中出错 - 无法检查可用内存(文档 ID 28747089.8)

或者这个

应用 Microsoft KB 后,DBCA 失败,显示 [DBT-50000] 无法检查可用内存(文档 ID 2807229.1)

解决方案

  1. 记下 OracleRemoteExecService 运行的目录;通常是 %temp% 或 c:\windows\temp。这些信息可以在服务控制管理器中找到。
  2. 删除 OracleRemExecService。
  3. 清除 OracleRemoteExecService 运行目录下的所有文件,即 %temp% 或 c:\windows\temp。
英文:

Hello Can you check this path really exists and permissions on exectask.exe allow you to execute ?

C:\Users\u720770\AppData\Local\Temp\InstallActions2023-02-08_06-14-10PM\CVU_19.0.0.0.0_u720770\exectask.exe

or maybe it could be this bug

Bug 28747089 - DBCA Errors Out During Verification-- Unable to check for available memory (Doc ID 28747089.8) To BottomTo Bottom

or this

After applying Microsoft KB, DBCA Fails With [DBT-50000] Unable To Check For Available Memory (Doc ID 2807229.1)

SOLUTION

  1. Make a note of the directory from which the OracleRemoteExecService is running; usually it is %temp% or c:\windows\temp. This information is available in the Service Control Manager.
  2. Delete the OracleRemExecService.
  3. Clean all the files under the directory from which OracleRemoteExecService was running, i.e. %temp% or c:\windows\temp.

huangapple
  • 本文由 发表于 2023年2月8日 21:00:23
  • 转载请务必保留本文链接:https://go.coder-hub.com/75386187.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定