0
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Oracle Databaseのアンインストール

Last updated at Posted at 2019-01-10

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
0
2
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?