0Day Forums
Alternatives to Toad - Printable Version

+- 0Day Forums (https://zeroday.vip)
+-- Forum: Coding (https://zeroday.vip/Forum-Coding)
+--- Forum: Database (https://zeroday.vip/Forum-Database)
+--- Thread: Alternatives to Toad (/Thread-Alternatives-to-Toad)

Pages: 1 2 3


Alternatives to Toad - nephridial916054 - 07-20-2023

I'm currently using [Toad][1] for my day-to-day work on our databases (queries, updates, small scripts, browsing of db objects, etc.).

My question is: since my version of Toad is old and buggy, which are the (possibly free, but not necessarily) alternatives to Toad?

The database versions we are using are 10g and 9i.

Thanks a lot.


[1]:

[To see links please register here]




RE: Alternatives to Toad - unicursal866096 - 07-20-2023

PLSQL Developer very good for Oracle DBMS, specifically for Stored Proc, but not so well for the DBMS management.


RE: Alternatives to Toad - nayelikobjnu - 07-20-2023

Oracle's [SQL Developer][1].


[1]:

[To see links please register here]




RE: Alternatives to Toad - delighted577 - 07-20-2023

I've used [Squirrel-SQL][1] (which is a Java/JDBC based program and will work with any OS or database that provides a driver) and the [database development tools for Eclipse (Eclipse-DTP)][2]. Both are certainly sufficient for light database work. Both are free and open-source.


[1]:

[To see links please register here]

[2]:

[To see links please register here]




RE: Alternatives to Toad - watchmanly409920 - 07-20-2023

I would also recommend Oracle's SQL Developer, however I've found [WinSQL][1] to be quite good as well. SQL Developer is free and WinSQL has a community version that is quite robust, and works well against other platforms too (I also use it for working with Netezza).


[1]:

[To see links please register here]

"WinSQL"


RE: Alternatives to Toad - untranquil690054 - 07-20-2023

PL/SQL Developer from

[To see links please register here]

. Presented between a choice between Toad and PL/SQL developer, about half the developers prefer PL/SQL developer. I have to admit the code completion in PL/SQL developer is much better, but I still prefer Toad for the DBMS management functionality.


RE: Alternatives to Toad - workhouse21 - 07-20-2023

Just to throw it out there - did you know you can grab the beta of Toad 4.1 and use that for free? The betas are always free to the public.


RE: Alternatives to Toad - bligh555 - 07-20-2023

Worked with PL/SQL developer. It rocks.


RE: Alternatives to Toad - sorinwqs - 07-20-2023

I've used Embarcadero DBArtisan (not free)

I thought it was good.


RE: Alternatives to Toad - miquelmiquela955 - 07-20-2023

I've used OraDeveloper by DevArt to connect to Oracle databases. It's nice because it plugs into Visual Studio in much the same way as the SQL Server databases can be queried through Server Explorer. It is not free, but in our case it came free with the purchase of OraDirect .Net, which is a new provider that allows Oracle to work with Microsoft's Entity Framework.