ora 12170 tns 連線超時last login: mon oct 23 15:11:08 2017
[root@itcast ~]# sqlplus system/123456
sql*plus: release 11.2.0.2.0 production on mon oct 23 15:17:09 2017
connected to:
oracle database 11g express edition release 11.2.0.2.0 - 64bit production
sql> ^h^h^hexit
sp2-0042: unknown commanexit" - rest of line ignored.
sql> quit
disconnected from oracle database 11g express edition release 11.2.0.2.0 - 64bit production
[root@itcast ~]# ifconfig
eth0 link encap:ethernet hwaddr 00:0c:29:5b:d6:0c
inet addr:192.168.177.130 bcast:192.168.177.255 mask:255.255.255.0
inet6 addr: fe80::20c:29ff:fe5b:d60c/64 scope:link
up broadcast running multicast mtu:1500 metric:1
rx packets:417 errors:0 dropped:0 overruns:0 frame:0
tx packets:104 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
rx bytes:30096 (29.3 kib) tx bytes:11657 (11.3 kib)
lo link encap:local loopback
inet addr:127.0.0.1 mask:255.0.0.0
inet6 addr: ::1/128 scope:host
up loopback running mtu:16436 metric:1
rx packets:646 errors:0 dropped:0 overruns:0 frame:0
tx packets:646 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
rx bytes:48640 (47.5 kib) tx bytes:48640 (47.5 kib)
[root@itcast ~]# sqlplus system/[email protected]:1521/xe
sql*plus: release 11.2.0.2.0 production on mon oct 23 15:20:44 2017
connected to:
oracle database 11g express edition release 11.2.0.2.0 - 64bit production
sql> sqlplus system/[email protected]:1521/xe
sp2-0734: unknown command beginning "sqlplus sy..." - rest of line ignored.
sql> exit
disconnected from oracle database 11g express edition release 11.2.0.2.0 - 64bit production
[root@itcast ~]#
service iptables stop
iptables:將鏈設定為政策 accept:filter [確定]
iptables:清除防火牆規則:[確定]
iptables:正在解除安裝模組:[確定]
[root@itcast ~]# ^c
[root@itcast ~]# ^c
[root@itcast ~]#
虛擬機器裡面可以ping通
檢視防火牆開啟的
關閉防火牆即可
ORA 12170 TNS 連線超時
解決辦法 我的電腦 右鍵 管理 服務 啟動 oracleoradb10g home1tnslistener 彈出警告 本地計算機上的racleoradb10g home1tnslistener 服務啟動後又停止了。一些服務自動停止,如果它們沒有什麼可做的,例如 效能日誌和警報 服務。看來不是監聽程式...
ORA 12170 TNS 連線超時
如果在本機可以正常使用,可是到區域網中的其他機器就出現 ora 12170 tns 連線超時 解決方法 1.cmd ping ip位址 檢視網路問題,看能否ping通 2.cmd tnsping ip位址 或者是伺服器的例項名sid 如果報 tns 12535 操作超時 可能是伺服器端防火牆 沒有關...
PL SQL TNS 12170 連線超時
pl sql 如果在登陸時出現這樣的問題,該如何解決呢?首先,開啟pl sql,選單欄 幫助 支援資訊 檢視oracle資訊能不能找到tnsfile,如果找不到,在工具 首選項 如果能找到,就開啟這個目錄的tnsname.ora檔案,修改裡面的host ip。注意,如果出現連線超時的情況,很可能是網...