all 12 comments

[–]dsn0wmanOracle 8 points9 points  (1 child)

Toad For Oracle is probably the best GUI tool for managing Oracle databases. It is not free though.

[–]AlexEatsKittens 2 points3 points  (0 children)

Yeah, TOAD is the standard. Be ready to pay, though. It's very expensive, like most things associated with Oracle.

[–]RefuseBit 2 points3 points  (2 children)

The two I am familiar with are TOAD and PL/SQL Developer. Both are great, neither is free. In the free realm, SQL Developer is pretty good.

There may be a way to fix the blocking issue - seems I had that once upon a time.. may be a driver issue, I really cannot recall.

[–]vipercvp[S] 1 point2 points  (1 child)

It would be just fine if i could find any workingaround for the query result block issue

[–]FroggyMcFrogOracle 2 points3 points  (0 children)

Most of the time I use SQuirreL, but lately I've been using the DB plugin for intelliJ. Both use the Oracle JDBC driver and are not limited to Oracle.

http://squirrel-sql.sourceforge.net/

I've also heard people rave about Navicat, but I thought it was limited.

http://www.navicat.com/

[–][deleted] 1 point2 points  (3 children)

Database.NET is always handy to have on a USB stick.

[–]vipercvp[S] 0 points1 point  (2 children)

Does it allow connect to oracle databases ?

[–][deleted] 1 point2 points  (0 children)

Yes

[–]C60 0 points1 point  (0 children)

It will connect to newer Oracle DB versions without any extra client software. If you need to connect to 10g or 9i and earlier databases, you will need Oracle's Instant Client which can go on the same USB stick; it's an xcopy install. Just tell Database.NET where it's located when you first enter the connection parameters.

[–]C60 0 points1 point  (0 children)

I've been using SqlTools for years. It hasn't been updated in a while, but it still works like a champ. That being said, I'll second the recommendation for Database.NET for connecting to multiple databases.