Hi, is there any tool, library that can analyze plsql code, like PMD/CheckStyle do for Java ?
|
|
Quest's TOAD is a good tool for working with PL/SQL, but it is not free or lightweight. It provides formatting, color support in the editor for keywords, intellisense, and it will also provide analysis tools to rate the code's cyclomatic complexity, best practices, and more. |
|||
|
|
|
|
I think that Oracle's SQL Developer might do the trick for you (it is free) http://www.oracle.com/technology/products/database/sql_developer/index.html |
||
|
|
|
|
Check out: Tool for re-formatting SQL source with many configurable options. Free online version. |
||
|
|
