Hi,
I try to upgrade my test database from 9.2.0.4 to 9.2.0.5, but when run script:
./runInstaller -ignoreSysPrereqs -silent -responseFile "/home/oracle/Disk1/stage/products.xml"
I've got an error:
Error:Values for the following variables could not be obtained from the command line or response file(s):
ORACLE_HOME(OracleHome),
ORACLE_HOME_NAME(OracleHomeName)
Silent install cannot continue.
I've check it, and it's because Oracle see ORACLE_HOME and want to install in new location. But as I found in that forum http://dbaspot.com/oracle-server/21269-oracle-9-2-0-5-patch-set-installation-hpu-nix-print.html I have to install" the 10g NEW installer into
the OH (ORACLE_HOME) of the 9i software ... not a new OUI Home." But I don't know how to do this. Anybody help?
My OS: CentOS 4.8 x32
Best.