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

I am trying to install Oracle 11G R2 on Windows 64-bit. But getting below error

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

What's the solution?

+6
source share
4 answers

After downloading the two zip files associated with Oracle 11G R2. Create a folder in some directory (for example, "Oracle_11G_R2"). Extract both ZIP files into the same folder "Oracle_11G_R2". And run the setup.exe file inside /database/setup.exe. Now it should work correctly.

+4
source

This may be due to your version of Java. Go ahead and load the database version, which includes Java.

However, if you are setting up a local development workstation, I recommend that you download Express Edition.

Here is the link: http://www.oracle.com/technetwork/products/express-edition/downloads/index-083047.html

or google this: OracleXE112_Win64

Good luck

+4
source
  $ 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 
0
source

his terrible oracle installer:

[INS-13001]

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

There may be a historical reason .. but the message is unclear.

0
source

All Articles