up vote 1 down vote favorite
1
share [g+] share [fb]

I'm used to the comfort of working with MSSQL and the Enterprise Manager and Query Analyzer. Now working with Oracle 9.2 and having to suffer using SQL Plus for making queries, I'm looking for some better alternatives. Are there any free or low-cost tools for this purpose?

link|improve this question

No matter what tool you go with, you'll have to get used to Oracle having explicit commits, vs implicit ones in MSSQL. If you insert, update, delete, and you are sure you want to do it, click the commit button, or execute "commit;" – ericp Sep 25 '09 at 12:59
I'm sorry, AFTER your insert, update, delete, and you are sure, you must commit so others can view the data in their sessions. Also, you may be locking tables until you commit, so be careful on production systems. – ericp Sep 25 '09 at 13:01
Thanks, that's valuable advice. – simon Sep 25 '09 at 13:03
feedback

5 Answers

up vote 4 down vote accepted

SQL Developer

Free, Oracle supported, nice UI, type ahead syntatic help, schema comparison, script generation, data import / export, etc etc.

link|improve this answer
1  
For MSSQL converts, especially - go to Tools, Preferences, Database, NLS Parameters, and set your date format to be yyyy-mm-dd hh24:mi:ss Otherwise, you are going to be very frustrated with the default date format. – ericp Sep 25 '09 at 12:55
I just downloaded and installed it, looks very promising – simon Sep 25 '09 at 13:16
feedback

Try Toad: http://www.toadsoft.com/toad%5Foracle.htm

link|improve this answer
feedback

toad is the tool you're looking for. you can acquire it here : http://www.toadsoft.com/

link|improve this answer
feedback

Using SQL Developer yopu can connect to your SQL Server database. http://www.oracle.com/technology/oramag/oracle/08-may/o38sql.html

link|improve this answer
feedback

Try Devart's OraDeveloper Studio, a powerful development environment for working with Oracle, that has built-in visual query builder and supports Oracle versions from 7.3 to 11g.

Retail price is only $99.95 per license.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.