How do I script runinstaller so that it can execute and not prompt me for "Has ROOT.SH bee
Trying to build script to install DB software.
Using runinstaller in silent mode.
It is always prompting for "Has ROOT.SH been run by root?"
How do I code/script this so I automate the answer to this prompt?
What I am using now is like this:
/runInstaller -silent -noconfig -executePrereqs -waitforcompletion -nowait
Thanks.