1,424 views
in 12C Cloud by
closed by
closed with the note: closed

1 Answer

by
 
Best answer

Using runInstaller

You can run the deinstallation tool using the runInstaller command with the -deinstall and -home options from the base directory of the Oracle Database, Oracle Database Client or Oracle Grid Infrastructure installation media.

$ cd /directory_path/
$ ./runInstaller -deinstall -home /u01/app/oracle/product/12.1.0/dbhome_1/

Using DEINSTALL

The deinstallation tool is also available as a separate command (deinstall) in Oracle home directories after installation. It is located in the $ORACLE_HOME/deinstall directory.

$ $ORACLE_HOME/deinstall/deinstall

Categories

...