I would like to find a PL/SQL development tool that will help my developers analyze their code. For example, if they create a package called "DO_IT" with method "NOW", I want them to be able to do some initial analysis on DO_IT.NOW without DBA intervention. I would like a GUI tool that has some intelligence built in that will tell them if a query is poor (explain plan), runs a tkprof type trace, and has a pl/sql step debugger. Ideally, I'd like this tool to run on Solaris, but can run on Windoz if necessary.
Any ideas?
