Introduction: In this article we will be doing the installation of Oracle 19c (version19.3) on Windows OS .    Difference from Linux:  In windows, we don't need to configure or install the prerequisites. Also there is no root script to be executed.   Prerequisites:  Below are the minimum requirements for Windows environment.    CPU - 2core    RAM - 4GB   Disk space - 25GB   OS - Windows 8.1     Software Download:   Oracle 19c for Windows :   Click Here       Now start installation step by step:   1. Create ORACLE HOME directory and place the Oracle 19c software.    C:\Users\oraeasy> mkdir -p D:\app\oracle\product\19c\db_home1 C:\Users\oraeasy> dir D:\app\oracle\product\19c\  Volume in drive D is Data  Volume Serial Number is 60FC-A6D2   Directory of D:\app\oracle\product\19c  30-08-2025  14:22    <DIR>          . 30-08-2025  14:22    <DIR>          .. 30-08-2025  14:23    <DIR>         db_home1                0 File(s)              0 bytes                ...