Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: SQLREORG
Hi,
I don't know how DB2 stores data, but Oracle doesn't keep data in order (unless you specify an ordered load). So, if the bulk of your data base activity uses the indexes instead of doing full table scans all you have to do is rebuild your indexes to improve performance.
If actual reorganization of your data is required because you do a lot of full table scans (sometimes you just can't change the applications and the users) the Oracle export and import utilities will do what you need. If you use them check into the DIRECT option since export runs several times faster if you can use DIRECT.
regards
Jerry Gitomer
Mark Powell wrote in message
<01bea1f8$17cfac80$a12c6394_at_J00679271.ddc.eds.com>...
>Check the utilities manual for exp (export) and imp (import).
>
>You can also use sql*plus to unload a table and sqlldr to re-load it.
>
>cho5 <cho5_at_home.com> wrote in article <
>> Is there any SQLREORG(available in IBM SQL/DS) equivalent in Oracle?
>This
>> utility in IBM helps to optimize a table as well as to back up the table.
>>
Received on Wed May 19 1999 - 14:13:29 CDT
![]() |
![]() |