Ins 30131 oracle 12c windows

Oracle in Russian

воскресенье, 10 ноября 2013 г.

[INS-30131] Initial setup required for the execution of installer validations failed. In Oracle Linux 6.4

Решил я, наконец-то, попробовать Oracle 12c. Закатал в виртуалку свежий Oracle Linux 6.4, поставил xorg + gnome, выполнил магическое комбо yum install oracle-rdbms-server-12cR1-preinstall, которое обещало мне безпроблемную установку базы данных, даже пользователю oracle изменил пароль, но, видимо, карма моя была недостаточно чиста, а индусы или кто там ещё, знали об этом заранее.

Проблема №1:
Получаем сообщение об ошибке, что нам отказано в доступе к database/install/.oui
chmod +x database/install/.oui решает эту проблему

Проблема №2:
Полная аналогия с проблемой №1, только в этот раз нет доступа к database/install/unzip
chmod +x database/install/unzip решает эту проблему

Подозреваю, что я сам виноват в этих ошибках, т.к. поленился распаковывать архивы из консоли с проставлением положенных флагов, а воспользовался гномом.

Проблема №3 (из заголовка):
[INS-30131] Initial setup required for the execution of installer validations failed.
Самое странное, что, судя по интернету, страдают от неё пользователи Widows, но никто из пользователей Linux даже не упоминал о ней.
Решение: chmod -R 777 /tmp/CVU_12.1.0.1.0_oracle/*

Больше проблем не было. Разве что теперь Oracle 12c Enterpriыe Edition хочет под себя 6,5 гигов. Поэтому виртуальные диски лучше делать по 30 гигов, а не по 20, как раньше

INS-30131 Tips

Oracle Database Tips by Donald BurlesonMarch 20, 2015

Question: I an getting an INS-30131 error during an Oracle 12c install:

INS-30131: Initial setup required for execution of installer validation failed
Cause: «Failed to access the temporary location».

How do I prevent and fix the INS-30131 error?

Answer: This is a generic Oracle installer error, but it is frequently associated with a lack of space in the /tmp directory on the database server.

The solution may be to review the preinstall guide and add space to the OS /tmp space.

In Windows, stop the service service OracleRemExecServiceV2, which is running from location C:\Users\ \AppData\Local\Temp\2\\oraremservicev2\RemoteExecService.exe.

Burleson is the American Team

Note: This Oracle documentation was created as a support and Oracle training reference for use by our DBA performance tuning consulting professionals. Feel free to ask questions on our Oracle forum .

Verify experience! Anyone considering using the services of an Oracle support expert should independently investigate their credentials and experience, and not rely on advertisements and self-proclaimed expertise. All legitimate Oracle experts publish their Oracle qualifications.

Errata? Oracle technology is changing and we strive to update our BC Oracle support information. If you find an error or have a suggestion for improving our content, we would appreciate your feedback. Just e-mail:

Читайте также:  Set variable windows powershell

and include the URL for the page.



Burleson Consulting

The Oracle of Database Support

Copyright © 1996 — 2020

All rights reserved by Burleson

Oracle ® is the registered trademark of Oracle Corporation.

Oracle 12c Installation on windows — Installer validation Failed

I been working on installing Oracle 12c database on my windows machine. I downloaded the Microsoft Windows x64 (64-bit 2.8GB) file here.

Then I extracted the zip file into a folder in my Desktop and run the setup.exe

But I keep on getting this error and am unable to move forth.

[INS-30131] Initial setup required for the execution of installer validations failed.
_______________________________________________________________
Cause — Failed to access the temporary location.
Action — Ensure that the current user has required permissions to access the temporary location.
Additional Information:

— PRVG-1901 : failed to setup CVU remote execution framework directory «C:\Users\Taro\AppData\Local\Temp\CVU_12.2.0.1.0_Taro\» on nodes «nayantara-jeyaraj»

— Cause: An operation requiring remote execution could not complete because the attempt to set up the Cluster Verification Utility remote execution framework failed on the indicated nodes at the indicated directory location because the CVU remote execution framework version did not match the CVU java verification framework version. The accompanying message provides detailed failure information.

— Action: Ensure that the directory indicated exists or can be created and the user executing the checks has sufficient permission to overwrite the contents of this directory. Also review the accompanying error messages and respond to them. Summary of the failed nodes nayantara-jeyaraj — Version of exectask could not be retrieved from node «nayantara-jeyaraj» — Cause: Cause Of Problem Not Available — Action: User Action Not Available — Version of exectask could not be retrieved from node «nayantara-jeyaraj» — Cause: Cause Of Problem Not Available — Action: User Action Not Available

According to the error, I checked the C:\Users\Taro\AppData\Local\Temp folder permissions under its properties panel’s security tab. All the users have full access permissions.

Oracle 12c Installation failed to access the temporary location

I have Windows 8.1 64-bit OS running on 64-bit architecture. I am installing a fresh copy of Oracle 12C, means I haven’t installed any version before on my system.

During the installation, I encountered the following error message;

The error code is [INS-30131]. I’ve the full privileges of an administrator-ship. I also tried to resolve this problem via the following command;

But in no vain. Can you please help me sort out this issue.

14 Answers 14

The error is caused due to administrative shares are being disabled. If they cannot be enabled then perform the following workaround:

6.2.23 INS-30131 Error When Installing Oracle Database or Oracle Client

If the administrative shares are not enabled when performing a single instance Oracle Database or Oracle Client installation for 12c Release 1 (12.1) on Microsoft Windows 7, Microsoft Windows 8, and Microsoft Windows 10, then the installation fails with an INS-30131 error.

Workaround:

Execute the net share command to ensure that the administrative shares are enabled. If they are disabled, then enable them by following the instructions in the Microsoft Windows documentation. Alternatively, perform the client or server installation by specifying the following options:

For a client installation:

For a server installation:

This issue is tracked with Oracle bug 21452473.

Looking at Oracle’s support site, it could be one of two things (may be #2 in your case, but including both).

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

Check that it is ok:

  • net use \\c$ should work
  • the current user (i.e. user in administrator group) should have all privileges on the default share

Retry the installation

  • Remove the administrative share again
  • Problem 2: 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) after installing the Oracle 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\oraremservi. )

    • Then try to install the Oracle 12c 32-bit or 64-bit on the same Microsoft Windows x64 (64-bit)

    I found another situation in which this problem may arise (despite following the steps listed by other users above) and that’s when the username of the user you’re logged in as has an ‘_’ on it. The path it will try to use to find the temp directory is whatever is set in %TEMP%. I managed to work around it by:

    1. Launch cmd.exe in Administrator mode
    2. SET TEMP = C:\TEMP
    3. Run the installer from that command window

    Installed successfully that way.

    This error could caused by a username with Chinese characters.

    1. Create a new local windows user with an English username. Make sure there are no spaces in the username.
    2. Install Oracle using the user you just created.

    (Solution) Same problem: Windows 10 vs. Oracle 11g (11.2.0.4)

    The problem arises again with the final release of Windows 10 (and Server 2016 Preview 3 too) using e. g. Oracle 11g (11.2.0.4, 64 bit) after installation tasks worked fine with several preview builds of Windows 10. All things said above are o. k. resp. do not work.

    The ultimate cause is an incompatibility of OracleRemExecService (vs. RemoteExecService.exe): as known, at the beginning of installation process it is created via %TEMP%\oraremservice. If you watch it e. g. with Sysinternals’ ProcessMonitor using an appropriate filter, you can see several crashes (the most of them with «buffer Overflow») and restarts, and there are also corresponding with messages in Windows’ «System» event log.

    If you start (after deleting the HKLM\Software\oracle in the registry) the installation several times (more than three times — see below) it suddenly works. The reason for this behaviour is Windows’ «Fault Tolerant Heap» mechanism (see https://msdn.microsoft.com/de-de/library/windows/desktop/dd744764(v=vs.85).aspx) that creates after three attempts within 60 minutes (see http://blogs.technet.com/b/askperf/archive/2009/10/02/windows-7-windows-server-2008-r2-fault-tolerant-heap-and-memory-management.aspx) a FTH entry in HKLM\Software\Microsoft\FTH\State and a corresponding shim in HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers. Although the content of the FTH entry is related to the current process of RemoteExecService.exe you can import the registry keys to a system before you start the DB installation. If you set Windows’ %TEMP% environment variable and also %TMP% (due to the fact that Oracle uses both directories while creating the things around OracleRemExecService) to a predefined value (e. g. C:\TEMP) you are able to use this for all your installation tasks as follows (unfortunately, it works only with Windows 10, not Server 2016 — updated 2015-09-24, see below):

    Update 2015-09-24: With Server 2016 (Preview 3), it’s a little bit more tricky: first you also have to set the environment variable %TEMP% e. g. to C:\Temp and to import the registry keys above (after this, it’s no bad idea to restart the system). Than you start the Oracle installation using an additional parameter:

    If you watch what happens in %TEMP% you can see that the folder %TEMP%\oraremservice\ is created twice: after first creation, the installer seems to notice that the service does not work, deletes the folder and creates it again. After this, the Installation process works as expected.

    Oracle 12c installation error INS-30131?

    I’m trying to install Oracle 12c on windows 7 64 bits. but i get the error INS-30131.(I upload the error message).

    my account is administrator.

    I don’t know why this happens.

    Can anyone help me?

    [INS-30131] Initial setup required for the execution of installer validations failed.

    Cause — Failed to access the temporary location.

    Action — Insure that the current user has required permissions to access the temporary location.

    1 Answer

    Looking at Oracle’s support site, it could be one of two things (may be #2 in your case, but including both).

    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 \\ \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

    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’

    ( 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

    Читайте также:  Как найти имя компьютера линукс
    Оцените статью