Install Oracle 10g (10.2.0.3 onwards) on Windows 10 (Technical Preview)

We know it is too early, still as usual we are kicking in once again trying to install Oracle 10g onwards databases on an OS that’s in the early stages of testing/improvements.

If you are wondering whether Oracle 10g (10.2.0.3 onwards) could be installed on Windows 10 (TP), the shortest answer is yes and as usual the earlier hacks what we specified with http://simpleoracle.com/2010/02/18/install-oracle-10g-onward-database-developer-on-windows-7/ are still valid for the installation on Windows 10 TP

All you need to do is to add an entry to the refhost.xml file like following:

<CERTIFIED_SYSTEMS>
<OPERATING_SYSTEM>
<VERSION VALUE=”5.0″/>
<SERVICE_PACK VALUE=”1″/>
</OPERATING_SYSTEM>
<OPERATING_SYSTEM>
<VERSION VALUE=”5.1″/>
<SERVICE_PACK VALUE=”1″/>
</OPERATING_SYSTEM>
<OPERATING_SYSTEM>
<VERSION VALUE=”5.2″/>
</OPERATING_SYSTEM>
<!–Microsoft Windows Vista–>
<OPERATING_SYSTEM>
<VERSION VALUE=”6.0″/>
</OPERATING_SYSTEM>
<!–Microsoft Windows 7–>
<OPERATING_SYSTEM>
<VERSION VALUE=”6.1″/>
</OPERATING_SYSTEM>
<!–Microsoft Windows 8–>
<OPERATING_SYSTEM>
<VERSION VALUE=”6.2″/>
</OPERATING_SYSTEM>
 <!–Microsoft Windows 10–>
    <OPERATING_SYSTEM>
      <VERSION VALUE=”6.4″/>
    </OPERATING_SYSTEM>
</CERTIFIED_SYSTEMS>

You may safely ignore the warnings (if any) and proceed with the Installation. Please note, as usual we warn you not to install unsupported databases on newer Operating Systems as you may risk with your valued data. Below, few screen shots from our installation attempt which was successful.

1

2

3

You will be prompted to install .NET Framework 3.5 (That includes .NET 2.0 and 3.0), and we suggest you install it for better stability of the database

4

6

7

8

That’s all folks

for Windows7bugs

rajesh

6 thoughts on “Install Oracle 10g (10.2.0.3 onwards) on Windows 10 (Technical Preview)

  1. Salman Haider

    Dear Assalam o alekum

    I am facing some problem and not understanding how to solve it.

    I Install Form Builder 10g 10.1.2.0.2 on Windows 10 successfully but I am facing problem that

    “When I open any file, Forms builder closed without showing any error message”. Out of 10 only 1 file open.

    Any solution you have.

    my id bluesky_18011971@yahoo.com

    Salman haider

      1. Salman Haider

        Thanks for your reply. I haven’t any patch or any link to download patch. Do you have any source to download patch.

      2. You can’t download the patch anymore, unless you have Oracle support. I don’t think you will find resources online as Oracle development tools are not widely used. All the best

    1. If your forms are using pll libraries, compile them first, then menus. After compiling all elements other than forms, start opening forms. You may try to form migration gui tool to migrate the forms which should reduce the crashes.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.