In this I am going to explain in detail about installation of DATABASE on LINUX As we all know Database installation is easy task on Windows. On other hand Linux is little complex as we need to do many step before installation. Step1:- Download the DB setup from https://www.oracle.com/downloads Step2:- After downloading the setup. We need to prepare our OS (windows and linux) 1) Make an entry in "/etc/hosts" for linux and "C:\Windows\System32\drivers\etc\hosts" for windows like below :- 127.0.0.1 localhost.localdomain localhost XXX.XXX.XXX.XXX test.domain test Where XXX.XXX.XXX.XXX is IP of your machine. 2) No Need to do anything for windows After this. On linux you need to check the packages. Below are the packages that should be there in the Linux server. For Linux : You can create all the packages by using oracle...