Hi Gurus,
I want to know if there is any tool for static analysis of PLSQL code. For example SonarSource for PLSQL is a third party tool for PLSQL code review. It can check against predefined best practices, redundant code etc. But there is a cost associated with it. I am looking for some alternatives that may include giving me some pointer to write such code checker (in PLSQL! I am not proficient in other languages).