Oracle client installation on Windows: Easy step-by-step guide

Oracle client installation on windows

In this article, I will provide a detailed guide on Oracle client installation on Windows VirtualBox.We’ll walk you through each step of the process with a proper screenshot. Let’s get started with installing Oracle database software in Windows.

In the following steps, we will perform all the steps to install Oracle client 19c on Windows in my Windows VirtualBox winsrv.

1. First log in to winsrv as an administrator, search for Computer Management, and click on it:

Screenshot 2024 06 16 144045

2. On the left side, click on Local Users and Groups > Users, right-click on Users, and select New User.

Screenshot 2024 06 16 144258

Create a user called Oracle then click on the Create button.
This user will be used as the administrator user. Tick on the password never expires.

Screenshot 2024 06 16 144559

3. In the same way create another user called oraclesvc. This user will be used as the service account.

Screenshot 2024 06 16 145044

4. On the left side, click on the Groups, and after that double click on the Administrators.

Screenshot 2024 06 16 145153

Add Oracle user to the administrator’s group:

Screenshot 2024 06 16 145258
Screenshot 2024 06 16 145332

5. Sign out from Winsrv Windows machine and log in as an Oracle user:

Screenshot 2024 06 16 145430
Screenshot 2024 06 16 145454

6. Now Open the File Explorer > This PC > Check the storage drives available in the system to install Oracle client for Windows:

Screenshot 2024 06 16 145945
Screenshot 2024 06 16 150119

8. Now place the downloaded file to the shared folder configured in your machine to access it through your VirtualBox Windows machine.

Screenshot 2024 06 16 154848

9. Now open the cmd prompt and run the command mkdir D:\oracle\product\19.0.0\db_1 to create the windows home directory:

Screenshot 2024 06 16 151544
Screenshot 2024 06 16 151607

10. Open the File Explorer > check the drive mapped to the shared folder (usually it is z drive):

Screenshot 2024 06 16 155020

Right-click on WINDOWS.X64_193000_db_home.zip file and select Extract All:

Screenshot 2024 06 16 155041

Enter the location D:\oracle\product\19.0.0\db_1 and click on the Extract button:

Screenshot 2024 06 16 155118

It will take some time. Please wait!

Screenshot 2024 06 16 155434

11. Go to the location D:\oracle\product\19.0.0\db_1 and double-click on the setup.exe file:

Screenshot 2024 06 16 163915
Screenshot 2024 06 16 163929

12. Select set up software only:

Screenshot 2024 06 16 164116

13. Select single instance database installation and proceed:

Screenshot 2024 06 16 164145

14. Select Enterprise Edition and click on Next:

Screenshot 2024 06 16 164155

15. Use existing Windows user oraclesvc and click on next:

Screenshot 2024 06 16 164250

16. Provide the Oracle base location and click on next:

Screenshot 2024 06 16 164334

17. Now you can save the response file and proceed with install:

Screenshot 2024 06 16 164413

18. Please check the details and wait for the installation:

Screenshot 2024 06 16 164428

19. Congratulations! Oracle client installation is completed successfully.

Screenshot 2024 06 16 164535

20. Now verify the Oracle 19c client installation:

a, Open the File Explorer and check for the Inventory directory:
C:\Program Files\Oracle\Inventory\ContentsXML

Screenshot 2024 06 16 164649

You will see the installed Oracle home:

Screenshot 2024 06 16 164705

b.Check the members of the groups ORA_DBA and ORA_INSTALL
Search for Computer Management and click on Local Users and Groups > Groups

Screenshot 2024 06 16 164906

We can see Oracle user is a member of ORA_DBA. This means Oracle users can log in to Oracle databases running on this machine as sysdba.
Also, oraclesvc user is a member of ORA_INSTALL because this user is an Oracle home user.

Screenshot 2024 06 16 165024
Screenshot 2024 06 16 165033
Screenshot 2024 06 16 165058
Screenshot 2024 06 16 165109

So installing Oracle database software in Windows is completed successfully. If you want to install the Oracle 19c client in Linux then you can follow my article Oracle 19c Client installation.

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top