Oracle ошибка ins 13001

I am trying to install Oracle 11G R2 in windows 64-bit. But getting the below error

    Oracle Installer:[INS-13001] Environment does not meet minimum requirements

What is the solution?

asked Mar 10, 2016 at 2:59

Raghavendra's user avatar

To prevent this dialog box from appearing, do the following:

  1. Right click on the setup.exe for the Oracle 11g 32-bit client, and
    select Properties.
  2. Select the Compatibility tab, and set the Compatibility mode to
    Windows 7. Click OK to close the Properties tab.
  3. Double click setup.exe to install the client.

answered Apr 20, 2018 at 6:29

Hassnain Jamil's user avatar

After downloading the two zip files related to Oracle 11G R2.
Create a folder in some directory (For say «Oracle_11G_R2»).
Extract both zip files into the same folder «Oracle_11G_R2».
And run setup.exe file present inside /database/setup.exe.
It should run correctly now.

answered Mar 10, 2016 at 3:04

Raghavendra's user avatar

RaghavendraRaghavendra

3,8064 gold badges20 silver badges41 bronze badges

2

None of the other answers worked for me.

Make sure both unzipped files are in same folder, but also right click on setup.exe, select properties, compatibility, and then put a checkmark in «Run this program in compatibility mode for…» and select Windows 7.

I successfully launched the installer without the error message on Windows 10 for the 32-bit version of Oracle 11g release 2.

From:
http://www-01.ibm.com/support/docview.wss?uid=swg21960606

answered Apr 9, 2018 at 5:30

Diomoid's user avatar

 $ yum -y install comapt-libstdc* libstdc++ libstdc++-devel libbaio-devel glib-devel glibc-headers glib-common kernel-header

$ yum -y install compat-libcap1 gcc gcc-c++ ksh compat-libstdc++-33 libaio-devel 

answered Aug 4, 2016 at 4:25

Guna Sekaran's user avatar

its awful oracle installer:

[INS-13001]

I got it as I used MY_PC as NETBIOS name instead of MYPC (Underscore is bad for it..)

Can be an historical reason.. but message is obscure.

answered Nov 23, 2017 at 7:53

ingconti's user avatar

ingcontiingconti

10.8k3 gold badges61 silver badges47 bronze badges

i was also getting this error, remove oracle folder from

C:Program Files (x86)OracleInventory

and

C:Program FilesOracleInventory

Also remove all component of oracle other version (which you had already in your system).

Go to services and remove all oracle component and delete old client from

C:appusernameproduct11.2.0client_1

Teasel's user avatar

Teasel

1,3304 gold badges18 silver badges25 bronze badges

answered Mar 18, 2019 at 10:10

Minakshi's user avatar

To make @Raghavendra’s answer more specific:

Once you’ve downloaded 2 zip files,

copy ALL the contents of «win64_11gR2_database_2of2.zip -> Database -> Stage -> Components» folder to
«win64_11gR2_database_1of2.zip -> Database -> Stage -> Components» folder.

You’ll still get the same warning, however, the installation will run completely without generating any errors.

answered Aug 1, 2019 at 14:04

theDarkPrince's user avatar

While installing Oracle 11gr2 it gives the error

[INS-13001] Environment does not meet minimum requirements.

I’ve looked at the prerequisites given at the Oracle website, but everything seems to be there. There is this log file genereated, but I am not able to tell what it’s looking for.

sing paramFile: E:win64_11gR2_clientwin64_11gR2_clientclientinstalloraparam.ini


Checking monitor: must be configured to display at least 256 colors.    Actual 4294967296    Passed

The commandline for unzip:
E:win64_11gR2_clientwin64_11gR2_clientclientinstallunzip -qqqo ..stageComponentsoracle.jdk1.5.0.17.041DataFiles/"*.jar" -d "C:UsersshakyrxAppDataLocalTemp2OraInstall2013-09-24_12-04-54PM" INFO: Loading data from: jar:file:/C:/Users/shakyrx/AppData/Local/Temp/2/OraInstall2013-09-24_12-04-54PM/ext/jlib/installcommons_1.0.0b.jar!/oracle/install/driver/oui/resource/ConfigCommandMappings.xml
INFO: Loading beanstore from jar:file:/C:/Users/shakyrx/AppData/Local/Temp/2/OraInstall2013-09-24_12-04-54PM/ext/jlib/installcommons_1.0.0b.jar!/oracle/install/driver/oui/resource/ConfigCommandMappings.xml
INFO: Restoring class oracle.install.driver.oui.ConfigCmdMappings from jar:file:/C:/Users/shakyrx/AppData/Local/Temp/2/OraInstall2013-09-24_12-04-54PM/ext/jlib/installcommons_1.0.0b.jar!/oracle/install/driver/oui/resource/ConfigCommandMappings.xml
INFO: Verifying target environment...
INFO: Checking whether the IP address of the localhost could be determined...
SEVERE: CVU do not support target environment..
Refer associated stacktrace #oracle.install.driver.oui.OUISetupDriver:13
INFO: Completed verification of target environment.
WARNING: Verification of target environment returned with errors.
WARNING: [WARNING] [INS-13001] Environment does not meet minimum requirements.
   CAUSE: Minimum requirements were not met for this environment
   ACTION: Either check the logs for more information or check the supported configurations for this product..
Refer associated stacktrace #oracle.install.commons.util.exception.DefaultErrorAdvisor:16
INFO: Advice is WITHDRAW
WARNING: Advised to shutdown the installer due to target environment verification errors.
INFO: Adding ExitStatus PREREQ_FAILURE to the exit status set
INFO: Finding the most appropriate exit status for the current application
INFO: Exit Status is -3
INFO: Shutdown Oracle Client Installer

Does anyone have any idea?

Steinar Lima's user avatar

Steinar Lima

7,6242 gold badges38 silver badges40 bronze badges

asked Sep 24, 2013 at 17:25

user2812149's user avatar

From what I have been able to find, Windows 2012 won’t be officially supported until 11.2.0.4 (which is currently only released for Linux/Solaris).

See Oracle Doc «Oracle Database and Client Windows Installation Certification Quick Reference (Doc ID 1231433.1)»

answered Sep 24, 2013 at 18:19

Brian's user avatar

BrianBrian

211 bronze badge

2

the warning can be ignored and you can install it as windows cant provide the required file for verification.. not that it didn’t have the requirements but that the response is not in the format needed by oracle software.. hence the error statement says it cant be verified and not it doesn’t satisfy the requirement..

you can check it from the below data

---# Begin Stacktrace #---------------------------
ID: 
oracle.install.driver.oui.OUISetupDriver:13
oracle.cluster.verification.PreReqNotSupportedException: 
Reference data is not available for verifying prerequisites on this operating system distribution
    at oracle.cluster.verification.constraints.XmlTaskFactory.getTasks(XmlTaskFactory.java:248)
    at oracle.ops.verification.framework.util.VerificationUtil.isPreReqSupported(VerificationUtil.java:4538)
    at oracle.ops.verification.framework.util.VerificationUtil.isPreReqSupported(VerificationUtil.java:4487)
    at oracle.cluster.verification.ClusterVerification.isPreReqSupported(ClusterVerification.java:6382)
    at oracle.install.driver.oui.OUISetupDriver.verifyEnvironment(OUISetupDriver.java:299)
    at oracle.install.driver.oui.OUISetupDriver.load(OUISetupDriver.java:422)
    at oracle.install.ivw.db.driver.DBSetupDriver.load(DBSetupDriver.java:161)
    at oracle.install.commons.base.driver.common.Installer.run(Installer.java:216)
    at oracle.install.ivw.db.driver.DBInstaller.run(DBInstaller.java:129)
    at oracle.install.commons.util.Application.startup(Application.java:869)
    at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:164)
    at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:181)
    at oracle.install.commons.base.driver.common.Installer.startup(Installer.java:265)
    at oracle.install.ivw.db.driver.DBInstaller.startup(DBInstaller.java:117)
    at oracle.install.ivw.db.driver.DBInstaller.main(DBInstaller.java:148)

---# End Stacktrace #-----------------------------

dub stylee's user avatar

dub stylee

3,2525 gold badges38 silver badges59 bronze badges

answered Feb 20, 2015 at 23:07

Krishna Chaitanya Katikaneni's user avatar

You need to install Oracle 11.2.0.4 on Windows Server 2012. This can be downloaded from My Oracle Support (https://support.oracle.com). See Patch 13390677 in there.

Oracle 11.2.0.1 is available from downloads.oracle.com without a support account, but is not supported on Windows Server 2012.

answered Mar 21, 2017 at 13:06

Andrew Brennan's user avatar

I have the same issue, i think it is due to CVU (cluster Verification Utility), check the installation temp logs (C:UsersAdministratorAppDataLocalTemp2OraInstall2014-04-11_04-40-58PM) and you will see something like this:

---# Begin Stacktrace #---------------------------
ID: oracle.install.driver.oui.OUISetupDriver:13
oracle.cluster.verification.PreReqNotSupportedException: Reference data is not available for verifying prerequisites on this operating system distribution
    at oracle.cluster.verification.constraints.XmlTaskFactory.getTasks(XmlTaskFactory.java:248)
    at oracle.ops.verification.framework.util.VerificationUtil.isPreReqSupported(VerificationUtil.java:4538)
    at oracle.ops.verification.framework.util.VerificationUtil.isPreReqSupported(VerificationUtil.java:4487)
    at oracle.cluster.verification.ClusterVerification.isPreReqSupported(ClusterVerification.java:6382)
    at oracle.install.driver.oui.OUISetupDriver.verifyEnvironment(OUISetupDriver.java:299)
    at oracle.install.driver.oui.OUISetupDriver.load(OUISetupDriver.java:422)
    at oracle.install.ivw.db.driver.DBSetupDriver.load(DBSetupDriver.java:161)
    at oracle.install.commons.base.driver.common.Installer.run(Installer.java:216)
    at oracle.install.ivw.db.driver.DBInstaller.run(DBInstaller.java:129)
    at oracle.install.commons.util.Application.startup(Application.java:869)
    at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:164)
    at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:181)
    at oracle.install.commons.base.driver.common.Installer.startup(Installer.java:265)
    at oracle.install.ivw.db.driver.DBInstaller.startup(DBInstaller.java:117)
    at oracle.install.ivw.db.driver.DBInstaller.main(DBInstaller.java:148)

---# End Stacktrace #-----------------------------
---# Begin Stacktrace #---------------------------
ID: oracle.install.commons.util.exception.DefaultErrorAdvisor:16
oracle.cluster.verification.PreReqNotSupportedException: Reference data is not available for verifying prerequisites on this operating system distribution
    at oracle.cluster.verification.constraints.XmlTaskFactory.getTasks(XmlTaskFactory.java:248)
    at oracle.ops.verification.framework.util.VerificationUtil.isPreReqSupported(VerificationUtil.java:4538)
    at oracle.ops.verification.framework.util.VerificationUtil.isPreReqSupported(VerificationUtil.java:4487)
    at oracle.cluster.verification.ClusterVerification.isPreReqSupported(ClusterVerification.java:6382)
    at oracle.install.driver.oui.OUISetupDriver.verifyEnvironment(OUISetupDriver.java:299)
    at oracle.install.driver.oui.OUISetupDriver.load(OUISetupDriver.java:422)
    at oracle.install.ivw.db.driver.DBSetupDriver.load(DBSetupDriver.java:161)
    at oracle.install.commons.base.driver.common.Installer.run(Installer.java:216)
    at oracle.install.ivw.db.driver.DBInstaller.run(DBInstaller.java:129)
    at oracle.install.commons.util.Application.startup(Application.java:869)
    at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:164)
    at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:181)
    at oracle.install.commons.base.driver.common.Installer.startup(Installer.java:265)
    at oracle.install.ivw.db.driver.DBInstaller.startup(DBInstaller.java:117)
    at oracle.install.ivw.db.driver.DBInstaller.main(DBInstaller.java:148)

---# End Stacktrace #-----------------------------

zk_mars's user avatar

zk_mars

1,3392 gold badges15 silver badges36 bronze badges

answered Apr 11, 2014 at 21:02

noobie's user avatar

my two cents..
I got a similar error.. [INS-13001]

it was a VERY trivial issue: this bogus installer does NOT accept workstation BIOS names with underscore… (God forgive them).
My BIOS name was:

PC_GEC

changing to PCGEC it did install.

answered Nov 22, 2017 at 16:27

ingconti's user avatar

ingcontiingconti

10.8k3 gold badges61 silver badges47 bronze badges

Try running the setup.exe file as ‘Run as Adminsitrator’

Worked for me!!!

answered Nov 27, 2019 at 6:49

Zain's user avatar

just right-click on the Setup.exe then locate for Troubleshoot compatibility, then choose recommended by the system.

answered Dec 6, 2019 at 12:27

user12491321's user avatar

  1. На главную

  2. How

  3. Установщик Oracle: [INS-13001] Среда не соответствует минимальным требованиям
  • 2023
  • Редактор:
    Christopher Sullivan |
    Написать мне

Я пытаюсь установить Oracle 11G R2 в 64-разрядной версии Windows. Но получение ошибки ниже


Каково решение?

После загрузки двух zip-файлов, связанных с Oracle 11G R2. Создайте папку в каком-нибудь каталоге (например, Oracle_11G_R2). Распакуйте оба zip-файла в одну папку Oracle_11G_R2. И запустите файл setup.exe, находящийся внутри /database/setup.exe. Теперь он должен работать правильно.

  • Какие 2 zip файла? Есть только один zip-файл — без папки «база данных»
  • @GilEpshtain они имеют в виду Oracle-Client: • Версия 11.2.0 • oracle.com/technetwork/database/enterprise-edition/downloads/… • oracle.com/technetwork/database/enterprise-edition/downloads/… есть две части

Чтобы это диалоговое окно не появлялось, сделайте следующее:

  1. Щелкните правой кнопкой мыши файл setup.exe для 32-разрядного клиента Oracle 11g и выберите «Свойства».
  2. Выберите вкладку «Совместимость» и установите для параметра «Режим совместимости» значение Windows 7. Нажмите «ОК», чтобы закрыть вкладку «Свойства».
  3. Дважды щелкните setup.exe, чтобы установить клиент.

Это может быть связано с вашей версией Java. Скачайте версию базы данных, которая включает Java.

Однако, если вы настраиваете локальную рабочую станцию ​​разработчика, я рекомендую вам загрузить Express Edition.

Вот ссылка: http://www.oracle.com/technetwork/products/express-edition/downloads/index-083047.html

или погуглите это: OracleXE112_Win64

Удачи!

Ни один из других ответов не помог мне.

Убедитесь, что оба разархивированных файла находятся в одной папке, но также щелкните правой кнопкой мыши файл setup.exe, выберите свойства, совместимость, затем установите флажок «Запустить эту программу в режиме совместимости для …» и выберите Windows 7.

Я успешно запустил установщик без сообщения об ошибке в Windows 10 для 32-разрядной версии Oracle 11g release 2.

От: http://www-01.ibm.com/support/docview.wss?uid=swg21960606


его ужасный установщик оракула:

[INS-13001]

Я получил его, поскольку использовал MY_PC в качестве имени NETBIOS вместо MYPC (Underscore плохо для этого ..)

Может быть историческая причина .. но сообщение неясное.

Я также получал эту ошибку, удалите папку oracle из

C: Program Files (x86) Oracle Inventory

а также

C: Program Files Oracle Inventory

Также удалите все компоненты другой версии oracle (которые у вас уже были в вашей системе).

Перейдите в сервисы и удалите все компоненты оракула и удалите старого клиента из

C: приложение имя пользователя продукт 11.2.0 клиент_1

Чтобы сделать ответ @Raghavendra более конкретным:

После того, как вы скачали 2 zip-файла,

скопируйте ВСЕ содержимое «win64_11gR2_database_2of2.zip -> База данных -> Этап -> Компоненты » папку в «win64_11gR2_database_1of2.zip -> База данных -> Этап -> Компоненты«папка.

Вы по-прежнему будете получать то же предупреждение, однако установка будет выполнена полностью без каких-либо ошибок.

[INS-13001] Oracle Database is not supported on this operating system.

calendar_today

Updated On:

Products

Data Loss Prevention Enforce

Issue/Introduction

While installing Oracle 12c release 2 (Oracle_12.2.0.1.0_Server_Win64) in preparation for installing DLP, Oracle reports the operating system as unsupported regardless of the support matrix.

[INS-13001] Oracle Database is not supported on this operating system.  Installer will not perform prerequisite checks on the system.  Are you sure you want to continue?
Cause — This operating system may not have been in the certified list at the time of the release of this software.
Action — Refer to My Oracle Support portal for the latest certification information for this operating system.  Proceed with the installation if the operating system has been certified after the release of this software.

Environment

Oracle Database 12c Release 2 Installer.
Windows Server 2012 R2 std or Windows Server 2016 std.

Cause

This can be caused on supported operating systems when the computer name has an underscore.

Resolution

If your computer name has an underscore, for example «TB_LAB» rename the computer without the «_», reboot the computer, and start the Oracle install again.

Additional Information

Current versions of DLP (as of 2022), support Oracle 19c. For additional guidance on supportability, see this KB:

What would occur in current releases if the backend Oracle DB is not certified or unsupported ? (broadcom.com)

Attachments

Feedback

thumb_up
Yes

thumb_down
No

Step 1 – Solve Oracle Error Ins-13001

Is Oracle Error Ins-13001 appearing? Would you like to safely and quickly eliminate 13001 oracle 11g which additionally can lead to a blue screen of death?

When you manually edit your Windows Registry trying to take away the invalid ins 13001 oracle 12c keys you’re taking a authentic chance. Unless you’ve got been adequately trained and experienced you’re in danger of disabling your computer system from working at all. You could bring about irreversible injury to your whole operating system. As very little as just 1 misplaced comma can preserve your Pc from even booting every one of the way by!

Troubleshooting ins 13001 oracle 11g Windows XP, Vista, 7, 8 & 10

Simply because this chance is so higher, we hugely suggest that you make use of a trusted registry cleaner plan like CCleaner (Microsoft Gold Partner Licensed). This system will scan and then fix any Oracle Error Ins-13001 complications.

Registry cleaners automate the entire procedure of finding invalid registry entries and missing file references (including the Ins-13001 error) likewise as any broken hyperlinks inside of your registry.

Issue with oracle client ins 13001

Backups are made immediately prior to each and every scan providing you with the choice of undoing any changes with just one click. This protects you against doable damaging your pc. Another advantage to these registry cleaners is that repaired registry errors will strengthen the speed and performance of one’s procedure drastically.

  • http://www.orafaq.com/forum/t/191253/
  • http://turingsman.net/my-blog-list/153-part-5-oracle-database-11gr2-installation-with-oracle-universal-installer
  • http://www.sqlservercentral.com/Forums/Topic1649118-1044-1.aspx
  • http://stackoverflow.com/questions/18988156/oracle-11gr2-installation-in-windows-server-2012

Cautionary Note: Yet again, for those who are not an state-of-the-art consumer it’s very encouraged that you simply refrain from editing your Windows Registry manually. If you make even the smallest error within the Registry Editor it can result in you some serious issues that may even call for a brand new set up of Windows. Not all difficulties attributable to incorrect Registry Editor use are solvable.

Fixed: ins-13001 environment does not meet minimum requirements windows 8

Symptoms of Oracle Error Ins-13001
“Oracle Error Ins-13001” appears and crashes the energetic method window.
Your Personal computer routinely crashes with Oracle Error Ins-13001 when running the exact same system.
“Oracle Error Ins-13001” is shown.
Windows operates sluggishly and responds little by little to mouse or keyboard input.
Your computer periodically “freezes” for the number of seconds in a time.

Will cause of Oracle Error Ins-13001

Corrupt obtain or incomplete set up of Windows Operating System software program.

Corruption in Windows registry from a new Windows Operating System-related application adjust (install or uninstall).

Virus or malware infection which has corrupted Windows method documents or Windows Operating System-related application data files.

Another method maliciously or mistakenly deleted Windows Operating System-related files.

Mistakes this sort of as “Oracle Error Ins-13001” can be brought about by several different elements, so it really is important that you troubleshoot every of the achievable brings about to forestall it from recurring.

Simply click the beginning button.
Variety “command” inside the lookup box… Will not hit ENTER nonetheless!
Although keeping CTRL-Shift in your keyboard, hit ENTER.
You’re going to be prompted that has a authorization dialog box.
Click on Of course.
A black box will open having a blinking cursor.
Variety “regedit” and hit ENTER.
Within the Registry Editor, choose the ins 13001 oracle 12c connected key (eg. Windows Operating System) you wish to back again up.
Within the File menu, choose Export.
Inside the Preserve In list, pick out the folder in which you wish to save the Windows Operating System backup key.
Inside the File Title box, sort a reputation for the backup file, these types of as “Windows Operating System Backup”.
From the Export Vary box, ensure that “Selected branch” is selected.
Click on Help you save.
The file is then saved by using a .reg file extension.
You now use a backup within your ins 13001 oracle 11g related registry entry.

Solution to your ins-13001 oracle 11g windows 8 problem

There are actually some manual registry editing measures that can not be talked about in this article due to the high chance involved for your laptop or computer method. If you want to understand more then check out the links below.

Additional Measures:

One. Conduct a Thorough Malware Scan

There’s a probability the Ins-13001 Error Oracle error is relevant to some variety of walware infection. These infections are malicious and ready to corrupt or damage and possibly even delete your ActiveX Control Error files. Also, it’s attainable that your Oracle Error Ins-13001 is actually connected to some element of that malicious plan itself.

2. Clean ins-13001 oracle 11g windows 10 Disk Cleanup

The a lot more you employ your computer the extra it accumulates junk files. This comes from surfing, downloading packages, and any sort of usual computer system use. When you don’t clean the junk out occasionally and keep your program clean, it could turn into clogged and respond slowly. That is when you can encounter an Oracle error because of possible conflicts or from overloading your hard drive.

Once you clean up these types of files using Disk Cleanup it could not just remedy Oracle Error Ins-13001, but could also create a dramatic change in the computer’s efficiency.

Tip: While ‘Disk Cleanup’ is definitely an excellent built-in tool, it even now will not completely clean up 13001 oracle discovered on your PC. There are numerous programs like Chrome, Firefox, Microsoft Office and more, that cannot be cleaned with ‘Disk Cleanup’.

Since the Disk Cleanup on Windows has its shortcomings it is extremely encouraged that you use a specialized sort of challenging drive cleanup and privacy safety application like CCleaner. This system can clean up your full pc. If you run this plan after each day (it could be set up to run instantly) you are able to be assured that your Pc is generally clean, often operating speedy, and always absolutely free of any Oracle error associated with your temporary files.

How Disk Cleanup can help ins-13001 windows 10

1. Click your ‘Start’ Button.
2. Style ‘Command’ into your search box. (no ‘enter’ yet)
3. When holding down in your ‘CTRL-SHIFT’ important go ahead and hit ‘Enter’.
4. You will see a ‘permission dialogue’ box.
5. Click ‘Yes’
6. You will see a black box open up plus a blinking cursor.
7. Variety in ‘cleanmgr’. Hit ‘Enter’.
8. Now Disk Cleanup will start calculating the amount of occupied disk space you will be able to reclaim.
9. Now a ‘Disk Cleanup dialogue box’ seems. There will be a series of checkboxes for you personally to pick. Generally it will likely be the ‘Temporary Files’ that consider up the vast majority of your disk area.
10. Verify the boxes that you want cleaned. Click ‘OK’.

How to repair oracle 12c cvu do not support target environment

3. System Restore can also be a worthwhile device if you ever get stuck and just desire to get back to a time when your computer system was working ideal. It will work without affecting your pics, paperwork, or other crucial information. You can discover this option with your User interface.

13001 oracle

Manufacturer

Device

Operating System


Oracle Error Ins-13001


5 out of
5

based on
87 ratings.

 

Понравилась статья? Поделить с друзьями:
  • Ora 609 ошибка
  • Ora 29913 ошибка при выполнении odciexttableopen callout
  • Ora 29913 ошибка при выполнении odciexttablefetch callout
  • Ora 29283 ошибка
  • Ora 27101 ошибка