How to deinstall Oracle software in silent mode
I am referring to How to Convert Oracle Database 12c from Standard to Enterprise Edition ? (Doc ID 2046103.1) to deinstall an Oracle home on Linux
When I ran /var/stage/database/runInstaller –deinstall –home /u01/app/oracle/product/12.2.0/db_1, I encountered this:
I just don't want to bother with the display issue. To workaround this I assume I can deinstall Oracle software in silent mode. But what is the correct syntax?
When I used /var/stage/database/runInstaller –deinstall -silent –home /u01/app/oracle/product/12.2.0/db_1, I encountered this:
I am not an expert on Oracle database, could anyone advise the correct syntax? Thanks.