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)
全栈程序员-站长的头像全栈程序员-站长


相关推荐

  • 微信公众平台域名设置「建议收藏」

    微信公众平台域名设置「建议收藏」微信公众平台域名设置微信公众平台的开发目前可在三个地方配置域名,域名所起到的作用不尽相同,本篇文章将讲解微信公众平台如何配置、以及配置后的域名各有什么样的作用(注:文章中的图片来源于个人的微信订阅号、接口测试号)。基本配置登录微信公众平台后,在“开发”菜单下有个“基本配置”菜单;图1基本配置点开后可看到“公众号开发信息”、“服务器配置(未启用)”、“已绑定的微信开放平…

    2022年6月18日
    427
  • 电脑开机显示“DISK Boot Failure,Insert System Disk And Press Enter”

    电脑开机显示“DISK Boot Failure,Insert System Disk And Press Enter” 电脑开机自检时无法通过,并在界面出现“DISKBootFailure,InsertSystemDiskAndPressEnter”的错误提示。这样的问题该如何解决?今天小编教大家如何排除故障。 造成电脑开机,屏幕上出现“DISKBootFailure,InsertSystemDiskAndPressEnter”故障的原因有: (1)由于硬盘,光驱连在同一条数据线上,但…

    2022年7月13日
    55
  • java重构方式

    java重构方式这里只是简单例子,以动物方式,如何实现重构1、入口publicclassTestMain{@AutowiredprivateAnimalanimal;@Testpublicvo

    2022年7月2日
    21
  • 最强的疯狂java学习路线图,javaEE学习者必看「建议收藏」

    最强的疯狂java学习路线图,javaEE学习者必看「建议收藏」转载于:https://www.cnblogs.com/order/archive/2012/10/20/2732602.html

    2022年6月15日
    23
  • uuid截取_jsp获取session中的值

    uuid截取_jsp获取session中的值switch_core_session_t*session=NULL;if(!(session=switch_core_session_locate(channel_uuid))){       return;}

    2022年8月10日
    3
  • JavaBean详解

    JavaBean详解一、概述JavaBean是一种可重用的Java组件,它可以被Applet、Servlet、SP等Java应用程序调用.也可以可视化地被Java开发工具使用。它包含属性(Properties)、方法(Methods)、事件(Events)等特性。***JavaBean是一种软件组件模型,就跟ActiveX控件一样,它们提供已知的功能,可以轻松重用并集成到应用程序中的java类。***任何可以用J…

    2022年7月17日
    12

发表回复

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

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