tags:

views:

90

answers:

3

I have a new project working with an existing oracle database. I've always been a SQLServer guy, so first time with Oracle.

Any recommendations for a SQLServer Management Studio type app for Oracle?

+2  A: 

toad

MrTelly
+4  A: 

I would start with Oracle SQL Developer. It's a client app so you can see your tables, run queries, etc. It's free, fast and will get you started.

(It's not as good as toad, of course)

Darren Gilroy
I actually prefer SQL Developer to Toad. I wouldn't call it "fast" though!
Tony Andrews
+1  A: 

You can also use pl/sql developer: http://www.allroundautomations.com/plsqldev.html?gclid=CJLCqNrIz5kCFYQ-3godM3Pmug

tuinstoel