Rakesh Juyal
Rakesh Juyal

Reputation: 36799

Free alternative of TOAD for DB2

I am currently using Toad for DB2 to work on my DB2 database. I just wanted to know is there any free alternative to Toad for DB2,

Note: Similar question is posted earlier, but it was for TOAD [ oracle ], none of the solution specified is for DB2 obviously.

Upvotes: 2

Views: 10537

Answers (7)

georgethemarmot
georgethemarmot

Reputation: 21

This thread is pretty old, one year after has been posted a new client came up: http://dbeaver.io/ Highly recommended free open-source database administration tool

Upvotes: 2

Fuangwith S.
Fuangwith S.

Reputation: 5764

I suggest Aqua Data Studio, it is cool database font end You can use Aqua Data Studio with many database such as DB2, Oracle, Ms. Access, and etc.

Upvotes: 3

Nathan Koop
Nathan Koop

Reputation: 25197

I've used Embarcadero's DBArtisan in the past. It worked great on our DB2 environment, but was able to work against our SQLServer as well.

Upvotes: 1

kevinw
kevinw

Reputation: 2188

I like SQLDbx, which handles several flavours of database, including some DB2. I'm afraid that I'm not familiar with DB2, but their web site says it is compatible with IBM DB2 LUW ® 7.x - 9.x, IBM DB2® z/OS 7.x - 9.x and IBM DB2® iSeries 5.x - 6x. Some of the functionality for some of these are only available in their Professional edition, and not the free one.

Upvotes: 1

tpdi
tpdi

Reputation: 35171

SQuirreL SQL Client works well. As far as its GUI, their are several different "Look&Feel"s to choose from. (But yeah, it's too busy to use ona netbook, I know.)

Upvotes: 2

APC
APC

Reputation: 146339

Apparently the next version of Oracle SQL Developer can connect to some flavours of DB2. More info on the OTN forum (including a link to the Early Adopter release)

Upvotes: 0

Aaron Digulla
Aaron Digulla

Reputation: 328770

Try AQT or SquirrelSQL (depending on your budget and patience).

Upvotes: 4

Related Questions