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: DBA FIGHT

Re: DBA FIGHT

From: Anurag Varma <avdbi_at_hotmail.com>
Date: Wed, 25 Jun 2003 03:52:44 GMT
Message-ID: <f09Ka.11477$%M4.8286@news02.roc.ny.frontiernet.net>

"Daniel Morgan" <damorgan_at_exxesolutions.com> wrote in message news:3EF91162.BAEDB974_at_exxesolutions.com...
> SELECT srvr_id
> FROM servers
> WHERE srvr_id IN (
> SELECT i.srvr_id
> FROM serv_inst i, servers s
> WHERE i.srvr_id = s.srvr_id);

My guess is that this has the highest cost? Of course a little test and I can find out. But then it would not be a guess.

Anurag Received on Tue Jun 24 2003 - 22:52:44 CDT

Original text of this message

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