Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: How to control developers writting better SQL

Re: How to control developers writting better SQL

From: <oratune_at_aol.com>
Date: Tue, 24 Oct 2000 15:08:32 GMT
Message-ID: <8t48l8$7dm$1@nnrp1.deja.com>

In article <8t483l$6tf$1_at_nnrp1.deja.com>,   emaus081269_at_my-deja.com wrote:
> You need to try and impliment a version control environment. If UNIX
> platform look into RCS (Revision Control System). Then developers
 will
> have to checkout / check in code to groups.
>
> In article <8t3vc8$ahs1_at_eccws12.dearborn.ford.com>,
> "Dasari" <sbabudas_at_ford.com> wrote:
> > Educating developers to write better SQL is far most easier but they
 never
> > follow they have their own problems. For instance for same purpose
 many
> > developers write same SQL in different styles confusing Oracle.
 Please do
> > not call this as bad design of application, but merely an issue of
> > controlling all this
> > to make a DBA life easier. Monitoring for time consuming SQLs and
 tuning is
> > a continuous process anyway.
> > Can I say something like a .sql file with all the SQL statements
 written by
> > the developers called SQL library, If they want to write a SQL pl.
 check in
> > this file
> > make sure one is not available for the purpose and append into this
 file and
> > a DBA frequently monitors this file for any new SQL's that require
 basic
> > tuning.
> > Does this make sense.
> > How you'll do this, I would be very grateful if you could share some
> > thoughts / ideas.
> >
> > TIA
> > Dasari
> >
> >
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
>

Revision control will control the revision history but will not enforce consistent SQL statement coding. Only production/development coding standards, strictly enforced, will.

--
David Fitzjarrell
Oracle Certified DBA


Sent via Deja.com http://www.deja.com/
Before you buy.
Received on Tue Oct 24 2000 - 10:08:32 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US