amit-agrawal
amit-agrawal

Reputation: 1603

Alternative to SQL Tools and Toad IDEs for Oracle query development

Are there any better alternatives to using SQL Tools and TOAD for writing stored procs and queries for Oracle DB?

Better in the sense of being able to debugg large queries and stored procedures.

Any pointers are welcome!

Upvotes: 2

Views: 2408

Answers (2)

Dmitry Khalatov
Dmitry Khalatov

Reputation: 4379

I would suggest Oracle SQL Developer

Upvotes: 5

Adam Paynter
Adam Paynter

Reputation: 46938

Our company uses PL/SQL Developer. I am not familiar with SQL Tools or TOAD, but this tool has worked rather well for us with regards to debugging.

Upvotes: 4

Related Questions