vote up 1 vote down star

Hi, is there any tool, library that can analyze plsql code, like PMD/CheckStyle do for Java ?

flag

3 Answers

vote up 1 vote down

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.

link|flag
vote up 1 vote down

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

link|flag
vote up 0 vote down

Check out:

http://www.sqlinform.com/

Tool for re-formatting SQL source with many configurable options. Free online version.

link|flag

Your Answer

Get an OpenID
or

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