Oracle 19c installation from Command prompt issue
In the requirement i have, i need to install oracle 19c from a command prompt silently. The software will be copied to a location , where as i need the software to be installed to a different location.
Eg:
Copy the install able software to a location "C:\programdata\xx", but i want the installed software to be placed at the location "C:\oracle\xx". I tried below command
setup -silent "ORACLE_HOME=C:\app\product"
it gave error as
ERROR: The installer has detected that the Oracle home location provided in the command line is not correct. The Oracle home is the location from where setup script is executed.