Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: easy Import problem
export the current table to a separate file
truncate the current table
imp the 'old' export
imp the 'new' export
No other solution if you don't have sufficient space as partial import of a
table is impossible.
Hth,
--
Sybrand Bakker, Oracle DBA
Wong Yew Loon <yewloon_at_geocities.com> wrote in message
news:387AE354.64696FB7_at_geocities.com...
> Hi,
>
> I have a export file of a very large table of about 5 million rows which
> I need to import in my database. However, the table already exist in my
> database which contains many new rows (approx. 0.5 million) plus about 4
> million that is duplicated in the export file. Note that this table has
> also got several unique indices.
>
> The last time I have tried is that I have import the 5 million row
> export file and let it keeps complaining about the Unique constraints.
> However, as this is taking too much time and is draining the server
> resources.
>
> Anybody has got any idea on how to complete the import of the 5 million
> row export file in the database more efficiently, best is I can import
> only the select 1 million rows which does not exist in the database.
>
> I have a problem that I do not have sufficient space in my server to
> create another table or tablespace or database to perform this task
> separately.
>
> Pls help.....
>
> cheers,
> Yew Loon
>
>
>
Received on Tue Jan 11 2000 - 04:14:38 CST
![]() |
![]() |