Oracle Deinstallation (Deinstall)
You can run the deinstall
command from an Oracle home directory after installation.
Purpose
deinstall
stops Oracle software, and removes Oracle software and configuration files on the operating system for a specific Oracle home.
Syntax
The deinstall
command uses the following syntax:
(./deinstall [-silent] [-checkonly] [-paramfile complete path of input response 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]
Parameters
Parameter | Description |
---|---|
-silent |
Use this flag to run
You can generate a response file to use or modify by running the You can also modify the template file deinstall.rsp.tmpl, located in the |
-checkonly | Use this flag to check the status of the Oracle software home configuration. Running deinstall with the -checkonly flag does not remove the Oracle configuration. The -checkonly flag generates a response file that you can use with the deinstall command and -silent option.
|
-paramfile complete path of input response file |
Use this flag to run The default location of the response file is |
-params [name1=value name2=value name3=value . . .] |
Use this flag with a response file to override one or more values to change in a response file you have created. |
-o complete path of directory for saving response files |
Use this flag to provide a path other than the default location where the response file ( The default location of the response file is |
-tmpdircomplete path of temporary directory to use |
Use this flag to specify a non-default location where |
-logdircomplete path of log directory to use |
Use this flag to specify a non-default location where |
-local |
Use this flag on a multinode environment to deinstall Oracle software in a cluster. When you run |
-help |
Use this option to obtain additional information about the command option flags. |
Parent topic: Removing Oracle Database Software