Create the ORACLE_HOSTNAME system environment variable with setx. Set this variable to point to the host name of the computer on which you are installing Oracle Database.
setx ORACLE_HOSTNAME %COMPUTERNAME%
SUCCESS: Specified value was saved.
::Restart the shell
echo %ORACLE_HOSTNAME%
HI-LAPTOP-NGD
Verify that the system drive on your computer has default share configured on it with net use:
net use \\%COMPUTERNAME%\c$
Local name
Remote name \\HI-LAPTOP-NGD\c$
Resource type Disk
Status Disconnected
# Opens 0
# Connections 1
The command completed successfully.
Steps
Configure Security Updates: Pass
Software Updates: Provides you Mos Id
Installation Options: Create and Configure a database
System Class: Server Class (because I want to be able to choose all options)
Grid Installation Options: Single Instance Database Installation
Install Type: Advanced Install
Product Languages: English
Database Edition: Enterprise Edition
Oracle Home User Selection: Windows Built-in Account. This account is used for running the Windows services for the Oracle home.