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: Number of hits

Re: Number of hits

From: Ȳ»ó±¸ <angra_at_ns.maninet.co.kr>
Date: Thu, 17 Sep 1998 01:29:12 GMT
Message-ID: <36006640.EB5ED343@ns.maninet.co.kr>


If you analyzed the table, you can use follow SQL:

    select table_name, num_rows from user_tables;

Good luck.

Herve wrote:

> Hi,
>
> I've got a very huge table on Oracle (at least 20 million rows.
> How to find out very quickly the number of hits ?
> The Select count(*) statement is quite slow.
>
> Herve Meftah
Received on Wed Sep 16 1998 - 20:29:12 CDT

Original text of this message

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