windows 10 install oracle 12c error:[ INS-30131 ]

windows 10 install oracle 12c error:[ INS-30131 ]

大家好,又见面了,我是全栈君,今天给大家准备了Idea注册码。

windows 10 install oracle 12c error:[ INS-30131 ] To BottomTo Bottom windows 10 install oracle 12c error:[ INS-30131 ]

windows 10 install oracle 12c error:[ INS-30131 ]

In this Document

  Symptoms
   Solution
 References

Applies to:

Oracle Database – Standard Edition – Version 11.2.0.1 and later

Oracle Universal Installer – Version 11.2.0.1 and later

Oracle Database – Enterprise Edition – Version 11.2.0.1 and later

Information in this document applies to any platform.

Symptoms

While installing 11.2 on Unix/Linux platform below errors appear:

“INS-30131 initial setup required for the execution of installer validations failed”

The same error appears while installing Oracle 11.2 on Windows.

SEVERE: [FATAL] [INS-30131] The initial setup that is required to run the installation program validation was not successful.

  CAUSE: Access to the temp directory was not successful.

  ACTION: Ensure that the current user has the necessary permissions to access the temp directory.

Cause

For Unix

/tmp has not enough space or no permission to write.

For Windows

Admin Share in C$ is not enabled

Solution

Make Sure that dowloaded software is not corrupt as per below note

Note 549617.1 How To Verify The Integrity Of A Patch/Software Download? [Video]

If still issue persist , please follow below procedure

For Unix

A) Verify /tmp is not Full

1. Verify /tmp file system is not full

$ df /tmp
 Filesystem    512-blocks      Free %Used    Iused %Iused Mounted on
 Global            655360         0  100%     3677    43% /tmp

2. Clear out space from /tmp and make sure enough space is available.

3. Verify that Oracle user from which installation is getting done has permissions to write in /tmp location

4. Retry Installation

 

B )Verify the Mount option of /tmp and Software Media File System

1. Mount the source filesystem (where software medea exist) and the filesystem on which /tmp resides with the same ACL options.

or

2. Copy the installation software to /tmp and retry the installation.

 

 

For Windows

A) Verify if c$ Admin share is enabled

1. Enable administrative share for C$ (Please check with your System Admin to do this or See Microsoft document http://support.microsoft.com/kb/314984)

2. Check that it is ok:
– net use \\<hostname>\c$ should work
– the current user (i.e. user in administrator group) should have all privileges on the default share

3. Retry the installation

4. Remove the administrative share again

B) Check if Windows services “OracleRemExecService” is running

Check if Windows services “OracleRemExecService” is running , this service gets created during installtion of 32 bit 64 client ,  if its running then follow below process:

Remove the OracleRemExecService before doing the Oracle Client 12c Release 1  32-bit or 64-bit installation on the same Microsoft Windows x64 (64-bit) server after installing the Oracle Client 64-bit or 32-bit software .

– Go to the  Windows ‘Services’

– Stop OracleRemExecServiceV2

( This service is having a intelligence .Once someone tries to stop it this service gets deleted.
This is due to the  fact ,that this service is not running  from the Oracle Home like other oracle services ,but from temp .
For example : C:\Users\AppData\Local\Temp\\oraremservicev2\RemoteExecService.exe
)

– Then try to install the Oracle Client 32-bit or 64-bit on the same Microsoft Windows x64 (64-bit) server

C) Check if Windows Service “Server” is not running

Check if Windows Service “Server” is started on the system, if not started then start it and try again installation.

版权声明:本文博客原创文章。博客,未经同意,不得转载。

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请联系我们举报,一经查实,本站将立刻删除。

发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/117161.html原文链接:https://javaforall.net

(0)
上一篇 2022年1月9日 下午9:00
下一篇 2022年1月10日 上午6:00


相关推荐

  • 聊聊页面中的锚点效果和回到顶部

    聊聊页面中的锚点效果和回到顶部页面中的锚点各位想必都 了如指掌 其基于 a 链接 同页面跳转 和 id 属性标签的历史问题 可能有人不知道的是 HTML 中的 id 非常神奇 id 属性的元素不仅可以在 js 中直接使用 而不必先获取 还可以和 url 相关联 直接用 id 访问是旧版本 js 遗留下来的特性 浏览器会建立 window 实例的 id 同名属性 这是为了兼容旧的网页 但不要依赖这个特性 在含有特殊字符或者和 window 实例的其他属性有冲突时可能失效 我们都知道 锚点应该这样用 ahref 这里写 号 id 名 去这里 amp l ahref 这里写 号 id 名

    2026年3月20日
    1
  • mac mysql管理工具_hadoop平台管理工具

    mac mysql管理工具_hadoop平台管理工具Mac平台的MySQL管理工具

    2022年8月22日
    13
  • 平面图,对偶图,「建议收藏」

    平面图,对偶图,「建议收藏」平面图定义:图存在一种形式,所有的边只在顶点处相交,那么这个图就是平面图。对偶图定义:对于每一个平面图,都有与其相对应的对偶图.我们假设上面的例图是图G,与其对应的对偶图G*,那么对于G*来说,G*上面的每一个点,对应的是G里面的每一个面.比如说下面就是G*.上面的点就是对偶图G里的点. 那么关于对偶图G*里的边呢?对于G中本来的每条边e,他是两个面…

    2022年5月9日
    96
  • itextpdf生成列表基本用法

    itextpdf生成列表基本用法随时随地阅读更多技术实战干货,获取项目源码、学习资料,请关注源代码社区公众号(ydmsq666)、博主微信(guyun297890152)、QQ技术交流群(183198395)。在上一篇文章使用itextpdf生成表格基本用法中,介绍了生成表格的基本步骤和一些常用设置,同样的,在某些需求下,我们需要在pdf中展示列表,体现条理性,itextpdf同样支持,这个开源库支持很多种列表风格来满足…

    2022年6月22日
    33
  • Git常用命令及方法大全

    Git常用命令及方法大全下面是我整理的常用 Git 命令清单 几个专用名词的译名如下 Workspace 工作区 Index Stage 暂存区 Repository 仓库区 或本地仓库 Remote 远程仓库本地分支关联远程 gitbranchset upstream to origin betabeta 一 新建代码库 在当前目录新建一个 Git 代码库 gitinit 新建一个目录

    2026年3月17日
    2
  • 腾讯QClaw

    腾讯QClaw

    2026年3月12日
    1

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

关注全栈程序员社区公众号