Installation issue with Oracle12c - oracle

I'm having issues installing Oracle 12c on my desktop, which is a Win8.1. Previously, I had Oracle 12c installed on this computer and was also able to install it today on my work computer, which is a Win10 laptop.
The installation goes past the CMD window but then it gets stuck on the menu. As you can see the menu is blank.
These are the last lines from the log file that must be creating the issue:
INFO: Validating state <supportedOSCheck>
INFO: Verifying target environment...
INFO: Checking whether the IP address of the localhost could be determined...
The installation gets stuck in the "Checking whether the IP address of the localhost could be determined..." part.
Could it be a blocked port? Has someone else experienced this issue?
Regards.
Edit: The only fix for this issue at the moment was to install a virtual machine and install oracle DB there.

I was able to fix the issue with the following steps;
Make sure all Oracle related services are stopped. You can ensure that by checking your service manager.
You may now proceed to delete the folder by name CVU_12.2.0.1.0_[your_account_name] at
C:\Users\[your_account_name]\AppData\Local\Temp\CVU_12.2.0.1.0_[your_account_name]
Open a CMD as admin and go to the folder where setup.exe for Oracle12c is located, paste the code in the snippet below and run it.
setup.exe -ignoreSysPrereqs -ignorePrereq -J"-Doracle.install.db.validate.supportedOSCheck=false"

Recently I faced this issue. It's important that there are 2 commands to skip system check. One is for Oracle client installation and another one is for Oracle db installation. If you are facing issue with Oracle client, you can use
setup.exe -ignorePrereq -J"-Doracle.install.client.validate.clientSupportedOSCheck=false"
Command mentioned in the previous post is also correct but valid for Oracle db installation

Related

ins-32025 oracle 11g error for windows

I am trying to install Oracle onto my VM for the first (1st) time, however, when I get to the setting install directories, I keep getting the following error:
INS-32025 Oracle 11g Error
I have tried changing the install from C: to D: but I keep getting the same error.
Google isn't of any help in this situation. The best I can find is to clear previous Oracle install data, but as I've said, this is the first time oracle is being installed onto my VM.
The VM is windows 7 32bit and I am using the 32bit installer for oracle, just for clarity sake.
Any help would be greatly appreciated.
I received the same error and it got resolved when i removed the line that contain new oracle home in inventory.xml file.
For windows, you can get the file at C:\Program Files\Oracle\Inventory\ContentsXML. Under this folder you should see the file inventory.xml. Just open this file and remove the line which contains the new oracle home path. For more information, that variable you can find after HOME_LIST. Just remove the complete line.

Suddenly getting "Failed to load VMMR0.r0 (VERR_LDR_MISMATCH_NATIVE)"

Failed to load VMMR0.r0 (VERR_LDR_MISMATCH_NATIVE)
My VMs on Virtualbox 4.2 (on Windows 7 32-bit) were running absolutely fine until I started installing a new VM, which would not go beyond the Linux boot screen.
I deleted the VM and created new one, but it still didn't run.
So I installed the new version of VirtualBox (version 4.3.6.r91406) and rebooted the machine; but when I started any of my previously working VMs, I got the following error
Failed to open a session for the virtual machine m14
Failed to load VMMR0.r0
(VERR_LDR_MISMATCH_NATIVE
with the following details:
Result Code: E_FAIL (0x80004005)
Component: Console
Interface: IConsole
{8ab7c520-2442-4b66-8d74-4ff1e195d2b6}
On checking the forums, I saw few posts asking to check the .vbox files. In the directory of the VM, there are two, m14.vbox and m14.vbox-prev.
I removed the prev file and restarted the VM, again got same error, and the m14.vbox-prev file came again. So I then removed the original m14.vbox file and renamed the prev file to original and then started the VM: it still didn't work.
Any clues fixing this?
Hi I had the same problem in version 4.3
I disabled the floppy and the CD into the system configuration of the virtual machine and then the machine has started properly without realizing the error.
Add or update the extension pack.
If that doesn't solves the problem, then uninstall the Virtual Box, delete the following folder:
C:\USERS\<username>\AppData\Local\VirtualStore\Program Files\Oracle
then install Virtual Box again and run it as administrator. (In some cases running it as simple user may work too.)
Run as Administrator
I had the same problem after updating from 4.1 or 4.2, to 4.3.18.
I didn't reboot and the "Right click Virtualbox icon - Run as Administrator" technique worked for me (in Windows).
pls run the vbox-ssl-cacertificate.crt file. That may resolve above problem. This solution works for me.
FINALLY.
A while back I turned on ASLR for everything using EMET. Running EMET again and changing it back to the default of "Application OptIn" + reboot fixed it.
Like akshah123 I had driver verifier (verifier.exe) running because I was diagnosing random BSODs on my laptop. Running:
verifier.exe /reset
and then rebooting fixed this issue for me.
Launching VirtualBox as administrator got my VM running as normal.
Didn't need to try any other approach.

Oracle 10g installation in windows 7

I am using Windows 7 Ultimate. I tried to install Oracle 10g but I am getting error message like below.
I am getting this error when I run the Oracle 10g setup file.
"Error in writing to directory C:\Users\SK\AppData\Local|Temp. Oracle
Universal Installer needs you to have permission in this area to
install. Installation cannot continue. Please make sure that TEMP is
set to a valid writable directory"
After getting this I changed TEMP directory to another LOCAL DRIVE. The permission for the user is also seems ok for me.
Some times I am getting error like
"Error in writing to directory C:\Users\SK\AppData\Local\Tem\ Please ensure that this directory is writable and has atleast 45 MB of disk space. Installation cannot continue."
Disable any antivirus prior to clicking the setup file. This resolved my issue at least.

PHP 5.3.1 not loading php_oci8.dll on Windows

I'm trying to load the oracle extension on php but im having the error:
Warning: PHP Startup: Unable to load dynamic library 'D:\Program Files\xampp\php\ext\php_oci8.dll' - The specified procedure could not be found.
in Unknown on line 0
I have done so far:
Included on windows path the the fullpath of oracle instant client
on php.ini, the extension_dir is pointing to the right place
on php.ini extension=php_oci8.dll is ok
restarted the apache, and nothing works.
Problem solved by copying the files orannzsbb11.dll , oci.dll and oraociei11.dll to c:\windows\system32
I solved this problem by adding "C:\Program Files (x86)\PHP\v5.3\ext" to my Windows PATH environment variable. You'll just have to remember to change the path if you upgrade PHP. I think this is better than copying dlls which could lead to issues down the road if you end up with multiple dlls with different versions on the same machine.
You will need to download Oracle Instant client from this hyperlink http://www.oracle.com/technetwork/topics/winsoft-085727.html .
Add the path to the instant client on the user environment vriables and the system variables.
For me, this was caused by not having the Visual C++ Redistributable for Visual Studio 2008 SP1 (for VC9) installed. I had to get the x64 package as I'm running Windows 7 64bit. Hopefully this helps someone with the same problem. After installing it, PHP no longer reported those errors.
Possibly quite obvious to some, but wasn't initially for me: if you're still seeing this The specified procedure could not be found. in Unknown on line 0 error, even after installing the instant client, SDK, and so on - make sure you put the Oracle instant client path in your system "PATH" variable, not the user variable, as user obviously doesn't get used when Apache runs. You can verify that the instant client path is set properly by reviewing the PATH value shown in your phpinfo() output.
I found the main cause behind this issue is the oci8 driver version of oracle. Finally i was able to connect to oracle and the steps i described here at http://angularcode.com/connecting-php-to-oracle-database-10g/

Unable to install Oracle 11g in Windows 7

I am trying to install Oracle version win32_11gR1_database_111070, I am getting an error as Operating system does not supported at the time of environment checkup. Is there any way to install it?
Here's a blog posting explaining with pictures how to do it: http://blog.mclaughlinsoftware.com/2009/11/27/oracle-11g-on-windows-7/
To summarize it, you check the "operating system requirements" checkbox yourself, and it will display as "User Verified", after which you can keep going.
This is specially for the window7 users who are stuggling in installing 11g release oracle
Most of the people finding hard to install and will be getting common error like "/WFMLRSVCA.App.ear "file not found is because the copied file from file win64_11gR2_database_2of2" is not copied in the proper file
The below steps is require to install your 11g database
copy first 4 files from win64_11gR2_database_2of2"
Open "Win64_11gR2_database_2of2
Then open the following folders database/stage/components
so on copy the copied files from 11R2 to the above mentioned folders
and it works alas i would be able to install the 11gR2 ...

Resources