Removes the configuration of a specific listener or all listeners from Oracle Clusterware or Oracle Restart.
Use the srvctl remove listener
command with the following syntax:
srvctl remove listener [-listener listener_name | -all] [-force]
Table A-129 srvctl remove listener Parameters
Parameter | Description |
---|---|
-listener listener_name |
Name of the listener that you want to remove. If you do not specify a listener name, then the listener name defaults to |
-all |
Removes all listener configurations. |
-force |
Specify this parameter to skip checking whether there are other resources that depend on this listener, such as databases, and remove the listener anyway. |