ora-12170

How come sqlplus not connecting?

こ雲淡風輕ζ 提交于 2019-12-17 18:54:08
问题 My goal is to connect to an Oracle 9i instance from my OS X machine. I've followed the setup instructions here and got through them with no errors (eventually). However, I'm finding that sqlplus is unable to connect: [ ethan@gir ~ ]$ sqlplus xxx/yyy@zzz SQL*Plus: Release 10.2.0.4.0 - Production on Fri Apr 17 10:13:08 2009 Copyright (c) 1982, 2007, Oracle. All Rights Reserved. Looooong wait... ERROR: ORA-12170: TNS:Connect timeout occurred Enter user-name: xxx Enter password: ERROR: ORA-12162:

ORA-12170 TNS listener in oracle 11g

☆樱花仙子☆ 提交于 2019-12-08 12:56:06
问题 I have setup a Windows Server 2008R2 with an oracle server 11g (11.2) and a small database (MYDB) in amazon EC2. Now I want to connect from my computer to this database (I use PL/SQL developer but I don't mind using other tools) In server side I have: (where ec2-xx-xxx-xxx-xx.us-west-2.compute.amazonaws.com is the public DNS for my Win server.) tnsnames.ora: MYDB = (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = ec2-xx-xxx-xxx-xx.us-west-2.compute.amazonaws.com)(PORT = 1521)) (CONNECT_DATA

ORA-12170: TNS:Connect timeout occurred

99封情书 提交于 2019-11-28 19:34:11
I was trying to connect to the database here in my laptop using Oracle Toad but I kept on having this error: ORA-12170: TNS:Connect timeout occurred What are the possible reasons why I kept on having this error? I accessed the same database yesterday and was able to accessed it. [Gathering the answers in the comments] The problem is that the Oracle service is running on a IP address, and the host is configured with another IP address. To see the IP address of the Oracle service, issue an lsnrctl status command and check the address reported (in this case is 127.0.0.1, the localhost):

How come sqlplus not connecting?

£可爱£侵袭症+ 提交于 2019-11-28 08:45:11
My goal is to connect to an Oracle 9i instance from my OS X machine. I've followed the setup instructions here and got through them with no errors (eventually). However, I'm finding that sqlplus is unable to connect: [ ethan@gir ~ ]$ sqlplus xxx/yyy@zzz SQL*Plus: Release 10.2.0.4.0 - Production on Fri Apr 17 10:13:08 2009 Copyright (c) 1982, 2007, Oracle. All Rights Reserved. Looooong wait... ERROR: ORA-12170: TNS:Connect timeout occurred Enter user-name: xxx Enter password: ERROR: ORA-12162: TNS:net service name is incorrectly specified Enter user-name: My tnsnames.ora file... zzz =

ORA-12170: TNS:Connect timeout occurred

不想你离开。 提交于 2019-11-27 01:21:36
问题 I was trying to connect to the database here in my laptop using Oracle Toad but I kept on having this error: ORA-12170: TNS:Connect timeout occurred What are the possible reasons why I kept on having this error? I accessed the same database yesterday and was able to accessed it. 回答1: [Gathering the answers in the comments] The problem is that the Oracle service is running on a IP address, and the host is configured with another IP address. To see the IP address of the Oracle service, issue an