Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: "Defrag" a table
Your best bet may be to:
create new table from old table to copy the 3 rows
truncate old_table
copy rows back from new_table to old_table
--
Jonathan Lewis
Yet another Oracle-related web site: http://www.jlcomp.demon.co.uk
Frederik Hansen wrote in message <37EB3288.A57337D1_at_post1.tele.dk>...
>Hi Chetan
>
>> If u can, export and import the table to eliminate the fragmentation.
>
>Isn't there another way??
>
>Frederik Hansen
Received on Fri Sep 24 1999 - 04:04:45 CDT
![]() |
![]() |