OUI install exit codes
I am trying to execute runInstaller in silent mode on RHEL platform. My aims is to determine the exit code of the run from command line.
However I am unable to detect the OUI exit code and I am wondering the correct way to do this.
I have remove BOOTSTRAP=TRUE from oraparam.ini (and -paramFile) but seems I don't have the correct output.
The following is the command I executed. As notice the output of "$?" is spool out after the display "Please wait..." but I expect it gives out non-zero instead of zero, since there are fatel errors in the run.