Re: PL/SQL code quality software
Date: Sun, 5 Jun 2016 19:34:14 +0100
Message-ID: <CAOCOAVLXWrAYVW7D=ZgY8TofkYa=82zEeNPwNEZ1KVHpNdX5_Q_at_mail.gmail.com>
For free, obviously there is the built in warnings introduced in 10gR1:
alter PACKAGE P_BODY compile plsql_warnings=’enable:all’;
But that only highlights basic issues like unreachable code, although more warnings were added in 11g.
Dave
On Sat, Jun 4, 2016 at 2:07 AM, Andy Klock <andy_at_oracledepot.com> wrote:
> Fair question and probably would like both. The current PL/SQL code base
> is 250K lines and the standards are manually followed and reviewed. I'm
> looking to get a sense of what people are using out in the field.
>
> Thanks,
>
> Andy K
>
> On Fri, Jun 3, 2016 at 12:16 PM, raza siddiqui <raza.siddiqui_at_oracle.com>
> wrote:
>
>> Can you define "code quality" ?
>>
>> Are you referring to code compliant of onsite or published standards
>> (modularized use of procedures, functions, packages etc) OR code that is
>> performance-tuned, since the former may not imply the latter ?
>>
>> --
>>
>
>
-- http://www.freelists.org/webpage/oracle-lReceived on Sun Jun 05 2016 - 20:34:14 CEST