1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

netcaコマンドを実行すると「No protocol specified」が返ってくる。

Posted at

概要

下記エラーが発生したときの対処法
SmartSelectImage_2019-02-01-07-05-40.png

原因

Xサーバーへの接続が拒否されている。
Xサーバーへのアクセスができないと、DBCAやNetCAが起動できない。

解決

rootにてコマンド実行

xhost +

SmartSelectImage_2019-02-01-07-16-57.png

アクセス制御をなくし、アクセスできるようにするだけで治りました!

今回も読んでいただきありがとうございました。

参考
IBM Xhostコマンド
https://www.ibm.com/support/knowledgecenter/ja/ssw_aix_71/com.ibm.aix.cmds6/xhost.htm

Oracle Database インストール前の要件
http://otndnld.oracle.co.jp/document/products/oracle11g/111/linux/E05714-04/pre_install.htm

1
0
1

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
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?