0

あるデータから別のデータにスキーマをエクスポートおよびインポートしようとしていますが、次のエラーが発生します。

[oracle@localhost Desktop]$ impdp shishu/shishu@demo directory=data remap_schema=shishu:user2 dumpfile=shishu.dmp logfile=user2.log

Import: Release 11.2.0.1.0 - Production on Wed Mar 2 23:18:57 2016

Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.

UDI-12170: operation generated ORACLE error 12170 

ORA-12170: TNS:Connect timeout occurred
4

1 に答える 1

0
  1. 必要なホストに ping して、到達できるかどうかを確認します
  2. コマンドを試してくださいtnsping demo。うまくいかない場合は、tnsnamesファイルを確認してください
  3. 上記が機能した場合は、ファイアウォールを確認してください。
  4. すべてが設定されていて、ネットワークが遅いことが原因である場合は、 を変更SQLNET.INBOUND_CONNECT_TIMEOUTSQLNET.SEND_TIMEOUTSQLNET.RECV_TIMEOUT大きなsqlnet.ora値に変更できます。

参考: http ://www.dba-oracle.com/t_ora_12170_tns_connect_timeout.htm

于 2016-09-17T14:09:15.267 に答える