Page 1 of 1

New install - cannot connect

Posted: Tue 28 Jun 2011 19:06
by quip85673456
Just bought and installed dbforge for oracle. But it won't connect to any of my databases:

64bit Windows 7. I first had to install the 64bit oracle client (11.2.0.1) because I only had a 32bit before.

When I try to add a new site, I click the test connection button and get "Server did not respond within the specified timeout interval".

So I try a direct connection and it fails with the same timeout interval message.

Toad, SqlPlus and other database applications are working fine. Any ideas what might be wrong?

Posted: Wed 29 Jun 2011 08:23
by .jp
Make sure that the Oracle x64 client is set correctly, and that data in the tnsnames.ora file is correct.
Please check if the data for connecting in the Direct mode was input correctly. To do this, you can take the line you from your tnsnames.ora file that you are using to connect through the client. For example,

Code: Select all

ORCL1120 =
  (DESCRIPTION =
    (ADDRESS_LIST =
      (ADDRESS = (PROTOCOL = TCP)(HOST = dboracle)(PORT = 1521))
    )
    (CONNECT_DATA =
      (SERVER = DEDICATED)
      (SERVICE_NAME = ORCL1120)
    )
  )
To connect in the Direct mode, check the Direct checkbox on the General tab.
After that set the needed values in the Connection timeout and Execute timeout fields on the Advanced tab if the default values are not appropriate to you according to the example below:

Code: Select all

Server:  dboracle
SID:     ORCL1120
Port:    1521
Besides, check the settings of your firewall – if it is on, it may block dbForge work.

Firewall Software

Posted: Wed 29 Jun 2011 20:14
by quip85673456
You said firewall and that got me thinking:

A while ago I had installed Comodo firewall software. I uninstalled that and am able to connect to the database.

However, when I perform a compare, I get the "This program has stopped working" message from windows.

Image

Image

Posted: Thu 30 Jun 2011 08:32
by .jp
What version of Comodo firewall did you use?