oracle 12c installation windows 10 exit on first cmd screen - oracle

When installing oracle 12c (and also 11g) on a windows 10 machine the installation exits after the first cmd screen. It pops up for a brief moment and disappears. I tried the same installation on a clean windows 10 machine an it starts properly (so nothing wrong with the installation file). Any suggestions?

ONLY Oracle 12c (12.1.0.2) supported on Windows 10.
All full information about the compatibility of Oracle versions and supported platforms should be found on the official oracle support site.https://support.oracle.com

Related

oracle 11g R2 32 bit - SQL developer not opening on windows 11 Home

I installed oracle enterprise 11g R2 on windows 11 home single language.
Now trying to open SQL developer says 'Unable to launch the Java Virtual Machine located at path: C:\Program Files (x86)\Java\jdk1.8.0_221\jre\bin\client\jvm.dll'.
Once I tried installing same oracle on windows 10 home but could not due to error. Later I came to know Oracle Enterprise is not supported on Windows 10 Home. This time however, there was no error as such except typical installation option was marked in red. Otherwise installation was complete. So I was hoping Windows 11 home would work.
In case, the problem is not to be solved, is there any oracle edition that is supported on windows 11 home. Objective here is to make small scale projects to learn nitty gritties of SQL thouroughly.
Thank you!

Oracle 12c client on Windows 10 64bit

I am trying to install the Oracle 12c 64bit client on a Windows 10 64bit PC. Whenever I run the setup it just quickly pops up a DOS window then immediately closes it. No error messages, nothing.
I know there are a few command line switches to ignore the prereq checking, but they don't appear to do anything.
Any tips are greatly appreciated...
The big question is 'what do you want the client for'? Most users can just unzip the Oracle Instant Client package(s) and not need to run an installer. If the tools (not the OS) you use are 64-bit then install the 64-bit Instant Client from here, otherwise if the tools are 32-bit then install the 32-bit Instant Client from here. Generic instructions are at the foot of each page, but check whether your tool etc has its own specific instructions.
The next question is do you really need the old 12c client? Since 19c Oracle Client libraries (including those in Oracle Instant Client) can connect to Oracle Database 11.2 or later, you can probably install the latest-and-greatest Instant Client (or "full" Oracle Client if you really need it).
Try opening up a command prompt in the same directory as the Setup.exe file you are attempting to run, then just run the executable from the command line. This should hopefully show what is popping up in the command prompt.
Another option to try is right clicking on the Setup.exe file and selecting Run as Administrator.
Check following folders and delete them, if existing:
%ProgramFiles%\Oracle\Inventory
%TEMP%\deinstall*
%TEMP%\OraInstall*
%TEMP%\CVU*
Then open a Command Line window as Administrator and start setup.exe from there - perhaps you get more information.
After installation have a look at %TEMP%\OraInstall* there you should find a detailed log file.
Make sure you are running the executable from a local drive, not a removeable drive or mapped drive.
Make sure you have the Microsoft Visual C++ 2010 x86 Redistributable installed.
Switches for Oracle Client Install procedure
setup.exe -ignoreSysPrereqs
That is to ignore higher version of Windows when install old Oracle Client.
On my experience - Oracle 10g client installation on Windows 10
as shown
https://docs.oracle.com/cd/E18283_01/em.112/e12255/c_oui_appendix.htm

ODAC 18c Release 1 (18.3.0.0.0) Installer crashing

I am trying to install ODAC 18c Release 1 (18.3.0.0.0) and when I click on the Setup.exe it shows the black screen(command prompt ) and there after nothing is coming. The universal Installer is not at all loading.
Currently I am using Windows 10 Enterprise edition ,
VS 2015 , 2017 Professional editions are installed.
My Machine is 64 bit
Other than the above I have installed ODTwithODAC1120320_32bit also in my system.
No idea why the installer is crashing.
I could see a prerequisite like
Access to an Oracle Database Server (Oracle 11g Release 2 or later)
is needed for the instillation in installation guide. In fact my oracle database server is located in some other place and we are accessing that from my location , so I need only client for accessing that. I am not sure what they meant by
Access to an Oracle Database Server (Oracle 11g Release 2 or later)
Do I need to install the Oracle database 11g+ ?? Do the crashing issue is because of some other reasons ?
Can someone help me to resolve this ?
Methods I have tried so far :
Open the install folder directly and click on the oui.exe directly
Disconnect internet and try to install
Run the installation exe in elevated rights mode
Kill the java.exe from task manager and try to install
None of the above methods are working.
And finally I found the reason.
I didn't have a _JAVA_OPTIONS in the system variables. I have added that and run the installer as run as administrator.
The variable value should be -Xmx512M

Oracle developer suit 10g setup crashes during installation

I am new to database, i want to install oracle developer 10g on Windows 10 64bit.
But the setup crashes when I run installer.
Here is a snap,
Please help
This looks like Windows 10.
Try to run setup in Windows XP SP3 compatibility mode.

Install Oracle 11g Client on Windows 10

Is it possible to install Oracle 11g client on Windows 10? Our firm's computers were upgraded to Windows 10 and our ODBC access no longer works. I then tried to use my personal PC (Win 10) to install the client and see if it works; however, after downloading the files and running setup.exe, a command window opens and closes immediately. I don't see any errors but it doesn't install either.
Some research shows that it may not be supported but if that's the case, how should we connect to our 11g database?
Any and all insight would be greatly appreciated.

Resources