runInstaller -silent
doing a silent install of oracle 12c client. I get stopped because its complaining about duplicate uids of 0. We have several ids with uid 0, not an accident.
In graphical mode this comes up but I can override and complete the install. What switch can be used in silent to do the same thing and get this installed?
./runInstaller -silent \^J-ignoreSysPrereqs -showProgress -force -responseFile $DISTRIB//response/client_install.rsp oracle.install.client.installType=Administrator JUNIX_GROUP_NAME=oinstall \^JINVENTORY_LOCATION=/cama04/app/oraInventory ORACLE_HOME=/cama04/app/12.2.0/admclient64 \^JORACLE_BASE=/cama04/app/base* waitForCompletion=true |
0