Oracle Databaseのアンインストール
参考
Oracle® Databaseインストレーション・ガイド 11gリリース2 (11.2) for Linux
7 Oracle Databaseソフトウェアの削除
https://docs.oracle.com/cd/E16338_01/install.112/b56273/remove_oracle_sw.htm
削除ツールの場所
$ORACLE_HOME/deinstall/ ディレクトリにあります。
deinstallコマンドについて
deinstallコマンドでは、次の構文を使用します。
deinstall
-home <complete path of Oracle home>
[-silent]
[-checkonly]
[-local]
[-paramfile <complete path of input parameter property file>]
[-params <name1=value[ name2=value ...]> ]
[-o <complete path of directory for saving files>]
[-tmpdir <complete path of temporary directory to use>]
[-logdir <complete path of log directory to use>]
[-help]
$ORACLE_HOME/deinstallパスからdeinstallを実行する場合は、実行されているホームをツールが認識できるため、-homeフラグは不要です。とのこと。
実行例
チェックのみ
$ORACLE_HOME/deinstall/deinstall -checkonly
コマンドの実行
$ORACLE_HOME/deinstall/deinstall