Document Conventions
This document describes rules and recommendations for developing applications using the PL/SQL & SQL Language.
Scope
This document applies to the PL/SQL and SQL language as used within ORACLE databases and tools, which access ORACLE databases.
SQALE
SQALE (Software Quality Assessment based on Lifecycle Expectations) is a method to support the evaluation of a software application source code. It is a generic method, independent of the language and source code analysis tools.
SQALE characteristics and subcharacteristics
Characteristic | Description and Subcharacteristics |
---|---|
Changeability | The capability of the software product to enable a specified modification to be implemented.
|
Efficiency | The capability of the software product to provide appropriate performance, relative to the amount of resources used, under stated conditions.
|
Maintainability | The capability of the software product to be modified. Modifications may include corrections, improvements or adaptation of the software to changes in environment, and in requirements and functional specifications.
|
Portability | The capability of the software product to be transferred from one environment to another.
|
Reliability | The capability of the software product to maintain a specified level of performance when used under specified conditions.
|
Reusability | The capability of the software product to be reused within the development process.
|
Security | The capability of the software product to protect information and data so that unauthorized persons or systems cannot read or modify them and authorized persons or systems are not denied access to them.
|
Testability | The capability of the software product to enable modified software to be validated.
|
Severity of the rule
Blocker
Will or may result in a bug.
Critical
Will have a high/direct impact on the maintenance cost.
Major
Will have a medium/potential impact on the maintenance cost.
Minor
Will have a low impact on the maintenance cost.
Info
Very low impact; it is just a remediation cost report.
Keywords used
Keyword | Meaning |
---|---|
Always | Emphasizes this rule must be enforced. |
Never | Emphasizes this action must not happen. |
Avoid | Emphasizes that the action should be prevented, but some exceptions may exist. |
Try | Emphasizes that the rule should be attempted whenever possible and appropriate. |
Example | Precedes text used to illustrate a rule or a recommendation. |
Reason | Explains the thoughts and purpose behind a rule or a recommendation. |
Restriction | Describes the circumstances to be fulfilled to make use of a rule. |