Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: Tables With Data
If you analyze all the tables then you can:
SELECT TABLE_NAME,NUM_ROWS FROM DBA_TABLES WHERE NUM_ROWS >1; Arif wrote:
> I have a schema with about 100 tables. However only 30 of these 100
> tables have data (rows) in them. Is there a quick way to find out
> these 30 tables.
>
> Thanks
> AM
Received on Tue Jun 05 2001 - 13:17:03 CDT
![]() |
![]() |