vote up 1 vote down star
1

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?

flag

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 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 at 13:01
Thanks, that's valuable advice. – simon Sep 25 at 13:03

4 Answers

vote up 4 vote down check

SQL Developer

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

link|flag
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 at 12:55
I just downloaded and installed it, looks very promising – simon Sep 25 at 13:16
vote up 1 vote down

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

link|flag
vote up 1 vote down

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

link|flag
vote up 0 vote down

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

link|flag

Your Answer

Get an OpenID
or

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