在啓動、關閉或者重啓oracle監聽器以前確保使用lsnrctl status命令檢查oracle監聽器的狀態:oracle
一、$lsnrctl status:檢查當前監聽器的狀態ui
二、$lsnrctl start [listener-name] 啓動全部的監聽器,能夠指定名字來啓動特定的監聽器spa
三、$lsnrctl stop [listener-name] 關閉全部的監聽器,能夠指定名字來關閉特定的監聽器orm
四、$lsnrctl reload 重啓監聽器,此命令能夠代替lsnrctl stop,lsnrctl startci
五、lsnrctl hep 能夠顯示全部可用的監聽器命令it
經常使用命令參數:io
start - Start the Oracle listener
stop - Stop the Oracle listener
status - Display the current status of the Oracle listener
services - Retrieve the listener services information
version - Display the oracle listener version information
reload - This will reload the oracle listener SID and parameter files. This is equivalent to lsnrctl stop and lsnrctl start.
save_config - This will save the current settings to the listener.ora file and also take a backup of the listener.ora file before overwriting it. If there are no changes, it will display the message 「No changes to save for LISTENER」
trace - Enable the tracing at the listener level. The available options are ‘trace OFF’, ‘trace USER’, ‘trace ADMIN’ or ‘trace SUPPORT’
spawn - Spawns a new with the program with the spawn_alias mentioned in the listener.ora file
change_password - Set the new password to the oracle listener (or) change the existing listener password.
show - Display log files and other relevant listener informationform