Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: How to speed up the import fase of a DB?
Hi,
if the purpose is a reorganization, then you can do it table by table (at
least for larger tables).
The procedure should be as follows:
1. Export the table (preferrably with COMPRESS=y) 2. Drop the table 3. Optionally: Create the table with (possibly) new storage parameters, butDO NOT create any index on the table.
Hth,
-- Pavel Polcar mainini_at_hotmail.com wrote in article <6kglle$igr$1_at_nnrp1.dejanews.com>...Received on Wed May 27 1998 - 00:00:00 CDT
> Hi,
>
> I need to make an export/import of a very large database (for
> reorganization purposes). I've tryed already the procedure (via
> exp/imp tools) a couple of times, but the import fase is taking too
> much time and I can't effort too much downtime.
> Does anyone know how to speed up the import fase?
> Thank you very much...
>
> Marco.
>
> -----== Posted via Deja News, The Leader in Internet Discussion ==-----
> http://www.dejanews.com/ Now offering spam-free web-based newsreading
>
![]() |
![]() |