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: Oracle 7.2 on NT 4.0 SP3 Performance Problem

Re: Oracle 7.2 on NT 4.0 SP3 Performance Problem

From: Wen-tau Yih <wtyih_at_robot.csie.ntu.edu.tw>
Date: Sat, 16 May 1998 08:54:20 +0800
Message-ID: <355CE3BC.8D06551E@robot.csie.ntu.edu.tw>


Matthias Gresz wrote:

> Hi,
>
> if you CBO then you should analyze your table to get actual statistics.
> Using indexes on DOORNUM would also increase the performance. Nnd LBNL
> try
>
> SELECT COUNT(B.DOORNUM)
> FROM BASIC B, DOOR D
> WHERE B.DOORNUM=D.DOORNUM;
>

Forgot to metion that. The column DOORNUM is the primary key of Table BASIC and I created an index for DOORNUM in Table Door, too. Received on Fri May 15 1998 - 19:54:20 CDT

Original text of this message

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