I'm currently using Oracle Developer Tools for Visual Studio. The plug-in plays nicely with VS and I don't have to start another app. to write stored procs etc. I also like the ability to check-in, check-out (from VSS 2005) and run the scripts.
But I have few complaints as well:
- It is inconvenient to use the server explorer to browse and find stuff. For example table definitions, constraints etc.
- The connection to the oracle server keeps dropping after sometime.
- The quick search doesn't save previous searches.
So my question is: Are there any free or less expensive tools that can do the above plus the source control stuff (need not be a VS plug-in)?
I have already tried Toad and Oracle SQL Developer. Apart from not-so-neat interface Toad looses the cursor position after checking-in - which is frustrating. And Oracle SQL Developer doesn't support VSS. Are there special settings for these tools?
Environment description: Oracle 10.2g, Visual Source Safe 2005, C#/.NET, Visual Studio 2008