OK, I've used TOAD in the past and it's pretty cool, but I don't feel like spending that kind of coin. What other Oracle 10g SQL editors are there?
Note: I don't need tuning tools, simply SQL query tools.
OK, I've used TOAD in the past and it's pretty cool, but I don't feel like spending that kind of coin. What other Oracle 10g SQL editors are there?
Note: I don't need tuning tools, simply SQL query tools.
Oracle SQL Developer is free, Java based, graphical and made by Oracle. BUT it is made by Oracle, which should give you a hint about its overall usability (improving over versions, to be fair).
To be able to connect to Oracle 8i, you will need an old version of this tool (has to do with JDBC support, or rather lack of it). Try 1.2.1.
I've always used TOra. Free software (GPL). I've used it on Linux, not sure if it runs on Windows.
They have screenshots if you're interested.
Sqldeveloper from oracle Squirrel SQL, using de oracle jdbc driver.
I agree Oracle SQLDEveloper is pretty good and a great price. We use it more than Toad now. Some early gotcha's ...
Other than that, we've been happy with it, and it has a nice DDL exporting feature and Diff tool.
Quote:
They also have a freeware version, with some limitations.
If your'e doing basic sysadmin queries, just use the standard Oracle SQL*Plus client that comes with a standard install. No additional cost.
If you need specific features, I'd mention them in your question.
Oracle Sql Developer has one really cool plugin from FourthElephant called Insider. It is a database monitor. It is a simple version that is free. (The advanced one you have to pay for.)
The tool that comes with Oracle, Enterprise Manager, is a good approach but doesn't give you the same type of visual cueing. Give it a try, its free.
SQL Plus is a dinosaur but faily solid as a script executer but not really good for PL/SQL.
One really odd alternative for you developers reading this are the oracle tools for visual studio. It has just about everything in it including debugging and is a free add-on for visual studio. If you are a developer that loves visual studio but is also trying to manage a test database this is a powerful tool.
One thing I really like about it is how it handle reference cursors. For some reason it is the best tool I have found for testing my reference cursors.