LoginSignup
1
1

More than 3 years have passed since last update.

Oracle リスナーの起動・停止・状態確認

Posted at

Windowsのコマンドでリスナーの起動・停止を行う場合、管理者権限のコマンドプロンプトから実行する必要がある。
管理者権限でコマンドプロンプトを開く方法は以下の通り。

・Windowsキーを押下
cmd.exeを入力
・Ctl + Shift + Enter で実行

1. リスナーの起動

> lsnrctl start [リスナー名]

2. リスナーの状態確認

> lsnrctl status [リスナー名]

3. リスナーの停止

> lsnrctl stop [リスナー名]

以上

1
1
0

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