Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Space and fragmentation in Oracle 7.3.4
Eric,
The problem is that you have a high water mark on the table.
Unfortunately, even though there is only one row in the table, when Oracle does a full table scan, it is reading the space a full 1000000 records would take. Hence, it is slow.
The only way around this is to either truncate the table or to drop and recreate it using import / export.
Hope this helps!
James
DBA hints and tips at http://www.jamesbelton.co.uk
>
Received on Thu Dec 02 1999 - 08:52:31 CST
![]() |
![]() |