Posts

Showing posts with the label DB listner Stuff

LISTNER STUFF commands (lsnrctl)

======================= LISTNER commands (lsnrctl) ======================== First try to use help for all commands $ lsnrctl -------------some un wanted lines skip-- to minimize size-- LSNRCTL> help The following operations are available An asterisk (*) denotes a modifier or extended command: start           stop            status          services version         reload          save_config     trace spawn           quit            exit            set* show* LSNRCTL> --let`s try one by one (direct os/listenr cmd level) start   $ lsnrctl start [listener_name] stop   $ lsnrctl stop [listener_name] status            $ lsnrctl status [listener_name] services $ ls...