Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Empty Table
On 01/23/2005 11:06:42 PM, Kean Jacinta wrote:
=20
> I need some help here. I need to get a report of all
> the table that are empty on a schema.
You could run something like DBMS_STATS.GATHER_SCHEMA_STATS('SCHEMA') =20 and then report all tables with NUM_ROWS>1000000
--=20
Mladen Gogala
Oracle DBA
-- http://www.freelists.org/webpage/oracle-lReceived on Mon Jan 24 2005 - 00:15:08 CST
![]() |
![]() |