Oracle 11gR2 PreReqs Check for Silent Install On Windows 2008R2
I am trying to run ONLY prerequisite checks for Oracle 11gR2 (11.2.0.3) 64-Bit slient installation using following command at Windows command prompt.
The executing user has the admin privileges on the box.
<stage>\database\setup.exe -executePreReqs -silent -responsefile <response file>.
<stage>\database\: is the staging area of Oracle software
and <response file> is the standard response file located at "<stage>\database\response\db_install.rsp"
It generates following error in the log file.
SEVERE: [FATAL] java.lang.NullPointerException.
The "prerequisite checks " pass sucessfully if i use normal GUI option (not the silent mode).
Any help/assistance is hightly appreciated.