Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Implementation of Oracle Coding Standards and Code Quality Checks

801360Jul 5 2012 — edited Jul 6 2012
I wanted to implement a list of coding standards and code quality checks for my oracle packages,functions,views,tableetc .

for example

All variables with number datatype should start with N_ and charcter type with C_ in all my tables & views definition.

This can be identified during peer review & can be corrected, but i think this is a repeated process which i don want to burden the developers rather i wanted a tool which does all these kind of checks which can be automated.

Is there any tool which does this operation or can someone give me a little idea how can i automate these stuffs bu creating a generic oracle procedure which can run through all the tables,views and generate a error report for those which are deviating from the standards.

Thus we can reduce the manual effort spent on peer review, please suggest.

thanks in advance
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 3 2012
Added on Jul 5 2012
8 comments
794 views