vote up 1 vote down star

What's a good PL/SQL source code analysis tool?

flag

73% accept rate

2 Answers

vote up 1 vote down

Have you tried setting this before compiling your packages:

ALTER SESSION SET PLSQL_WARNINGS='ENABLE:ALL';

This will give you warnings about unreachable code, etc.

link|flag
vote up 2 vote down

Only one I'm aware of is toad

link|flag

Your Answer

Get an OpenID
or

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