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: Row Count

Re: Row Count

From: Jonathan Lewis <jonathan_at_jlcomp.demon.co.uk>
Date: 1998/02/01
Message-ID: <01bd2ef2$8fea9240$294b989e@WORKSTATION>#1/1

Taking a sidewise approach to this

How about intercepting the query, using explain plan to load a plan table, then reading the cost from row 0 of the plan. (Relevant only to Cost Based Queries). Row 1 of the plan is nominally going to have a cardinality which is the number of rows the optimiser thinks it will get, but this can be very misleading (even when it works) on queries with GROUP BYs. Received on Sun Feb 01 1998 - 00:00:00 CST

Original text of this message

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