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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Need Help With Query

Re: Need Help With Query

From: Daniel A. Morgan <damorgan_at_exesolutions.com>
Date: Fri, 01 Feb 2002 16:39:06 +0000
Message-ID: <3C5AC4AA.2418C26E@exesolutions.com>


The DBA is an either an idiot or lazy. And you can tell him/her I said so.

Management should be very worried either way.

Daniel Morgan

Thomas M wrote:

> "Daniel A. Morgan" <damorgan_at_exesolutions.com> wrote in message news:<3C59B02B.10585CB0_at_exesolutions.com>...
> > There are many ways to do this. One would be with the intersect operator
> >
> > SELECT stuff from today
> > INTERSECT
> > SELECT stuff 30 days ago
> >
> > Another would be with a correlated subquery using EXISTS.
> >
> > But no matter what I'd dump the hard coded values and use bind variables
> > ... and most importantly ... get the TEST data out of your production
> > database. It does not belong there and will cause endless problems.
> > Especially, as a hospital, where you are subject to audit for
> > accreditation.
>
> Actually, we're NOT a hospital. I work for a company that does
> medical case management, and a part of that is indentifying members
> who have continuing problems and complications, because those people
> might be appropriate for case management.
>
> As for the test data, I agree totally. Unfortunately, I'm not the
> DBA, so I don't have any control over that. However, I can tell you
> that having test data in the production database has been an issue
> here. That data was entered by a nurse/trainer who had no
> understanding of why test data in a production database is a bad
> thing. That kind of thing is no longer being done. The DBA says that
> the test data can not be removed. I'm not sure why.
>
> --Tom
Received on Fri Feb 01 2002 - 10:39:06 CST

Original text of this message

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