6
4

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.

ORA-12547のエラーの対処方法

Posted at

#ORA-12547のエラー

RedHut 6.6 上に構築したOraclに接続した時に下記のようなエラーが発生した

ORA-12547 TNS:接続を失いました。

対処方法

ORACLE_HOME配下の特定のファイルのパーミッションが変更されていると、上記のようなエラーが出て切るみたいです。
この場合は、下記のようなコマンドを実行することで、解消されます。

# chmod 6751 /$ORACLE_HOME/bin/oracle
6
4
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
6
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?