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


相关推荐

  • c语言fread6,c语言中fread的用法「建议收藏」

    c语言fread6,c语言中fread的用法「建议收藏」fread是以记录为单位的i/o函数,fread和fwrite函数一般用于二进制文件的输入输出。下面小编就跟你们详细介绍下c语言中fread的用法,希望对你们有用。c语言中fread的用法如下:#includesize_tfwrite(constvoid*ptr,size_tsize,size_tnmemb,file*stream);返回值:读或写的记录数,成功时返回的记录数等…

    2025年8月31日
    4
  • 监控平台技术调研

    监控平台技术调研强烈推荐一个大神的人工智能的教程:http://www.captainbed.net/zhanghan【前言】随着业务不断迅速的扩展,我们的项目越来越多,越来越复杂;随之而来的是系统各种问题一直在困扰着我们;经过去网上调研以及之前的经验,我们决定引入监控平台;很庆幸自己能成为该技术的前期研究者;经过自己的调研以及实践,将监控平台从无到有搭建起来,目前正在各个系统中进行推广。…

    2022年5月9日
    33
  • jps命令显示jvm进程

    jps命令显示jvm进程用来查看基于HotSpot JVM里面所有进程的具体状态, 包括进程ID,进程启动的路径等等。与unix上的ps类似,用来显示本地有权限的java进程,可以查看本地运行着几个java程序,并显示他们的进程号。使用jps时,不需要传递进程号做为参数。Jps也可以显示远程系统上的JAVA进程,这需要远程服务上开启了jstat服务,以及RMI注及服务,不过常用都是对本对的JAVA进程的查看。

    2022年9月20日
    2
  • 51单片机流水灯电路以及C代码「建议收藏」

    51单片机流水灯电路以及C代码「建议收藏」流水灯是51单片机的入门级实验,以下是其电路图以及C代码流水灯proteus电路图此图发光二极管采用共阳极式连接流水灯C代码#include&amp;amp;amp;amp;amp;amp;amp;amp;lt;reg51.h&amp;amp;amp;amp;amp;amp;amp;amp;gt;voiddelay1s(unsignedcharn);voidMovinglight(){ unsignedcharcodeMovinglightA

    2022年5月3日
    61
  • yum彻底卸载软件包(包含依赖)

    yum彻底卸载软件包(包含依赖)概述yum命令安装软件包会同时安装需要的依赖包,但yumremove却只卸载这个文件包本身,如果需要删除安装时附加的依赖包,则可以使用yumhistory的相关操作实现回滚。具体操作查看yum操作(事务)历史[root@localhost~]#yumhistorylist或yumhistoryLoading”fastestmirror”pluginConfigtime:0.007Yumversion:3.4.3ID|Loginuser

    2022年5月2日
    1.7K
  • strstr()函数的使用说明(C语言)

    strstr()函数的使用说明(C语言)头文件<string.h>函数作用:1、strstr()函数搜索一个字符串在另一个字符串中的第一次出现。2、找到所搜索的字符串,则该函数返回第一次匹配的字符串的地址;3、如果未找到所搜索的字符串,则返回NULL。函数原型:char*strstr(char*str1,constchar*str2);//返回值为字符型指针str1:被查找目标…

    2022年10月15日
    4

发表回复

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

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