博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
windows 10 install oracle 12c error:[ INS-30131 ]
阅读量:6820 次
发布时间:2019-06-26

本文共 3455 字,大约阅读时间需要 11 分钟。

"[ INS-30131 ] the Initial Setup That Is Required to Run the Installation Program Validation Was Not Successful " Error While Installing Oracle Database (Doc ID 1569962.1)

In this Document

 
 
 
 

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

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.

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

你可能感兴趣的文章
shell 中如何输出 n 个连续字符
查看>>
Bootstrap V4 自学开始!
查看>>
技术博客2014年4月份头条记录
查看>>
聚合国内外主流广告平台|开发者服务-KeyMob移动广告聚合平台
查看>>
KeyMob移动广告聚合平台,你身边的专家级广告聚合平台-开发者
查看>>
Linux 下编译安装 MySQL(Percona Server) 5.6
查看>>
protel99se 元件名系表/仿真元件库--分立元件库中英文对照
查看>>
Linux自学笔记——文件共享之NFS
查看>>
磁盘分区与文件系统
查看>>
有趣的MyBatis——分页参数RowBounds
查看>>
MySQL使用xtrabackup备份时报错'Too many open files'
查看>>
CSS在不同浏览器下实现颜色渐变效果
查看>>
Laravel 深入理解路由和URL生成
查看>>
golang通过http端口访问hadoop
查看>>
jar冲突解决方案
查看>>
“996”工作制热议与奋斗者协议
查看>>
我的友情链接
查看>>
MySqL数据库
查看>>
【资料整理】cisco [OSI, IP Address, Network Segment, Subnet Mask]
查看>>
MyBatis使用Generator自动生成代码
查看>>