Wednesday, October 28, 2009

Oracle Code Analyzer

Oracle Code Analyzer tool is used to effectively analyse the PL/SQL failings in terms of the standards and the best practices to be followed to make the code more viable.

Set of pre-defined rules are taken into account while preparing the rule set. Most of the database standard rules are taken into account while preparing the rule set for the framework.

Run the rule set against the entire development environment and target those packages that violate any of the standards. This entails executing a daily report and reaching out to package owners for remediation.

  • Centralized place to analyse the PL/SQL components.
  • Availability of charts in the application providing necessary information about the PL/SQL component.
  • Displays complexity cloud information of the PL/SQL components.

0 comments:

Post a Comment