Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Which method: dblink or import/export?
My task:
Populating a table in a local Oracle database with
data from a remote Oracle database:
Which of these two methods is more efficient for
transferring large amounts of data?
Using database link:
PL/SQL procedure opens cursor and selects data from a remote
database then iserts them into a local database
Import/Export:
Dump data from a remote table into a dat file
then ftp it to local machine and use sqlloader to
insert the data.
Other options?
Suggestions, please.
Regards.
paschal. Received on Thu Apr 22 1999 - 20:35:31 CDT
![]() |
![]() |