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: Deadly sins againts database performance/scalability

Re: Deadly sins againts database performance/scalability

From: Billy Verreynne <vslabs_at_onwe.co.za>
Date: 7 Dec 2003 21:44:33 -0800
Message-ID: <1a75df45.0312072144.13965d55@posting.google.com>


Daniel Morgan <damorgan_at_x.washington.edu> wrote

> And not once has anyone addressed my statements about granting access to
> developers to the v$ magic views and many of the DBMS and UTL packages
> and I would bet a Latte' at Starbucks you don't give your developers
> access to them either.

Well, on our DEV platform I have given the developer accounts select access to the v$ magic views in a vain hope that with a little bit of self empowerment, they will get to know Oracle better and even use it better.

But then I still get stuff like this in production: begin
  insert statement (trigger updates the seq)

  select max(seq) into :s from table;   

  return( :s )
end;

Code review? Not here. Every developer writes perfect code. Why the hell get the DBA involved at all (except when you want to use him as a friggen reference manual when too lazy to look up the syntax for an Oracle function or SQL statement).

--
Billy
Received on Sun Dec 07 2003 - 23:44:33 CST

Original text of this message

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