Difference between "copy from" and "insert .. select"
From: P. van der Ven <google_at_pven.tmfweb.nl>
Date: 4 Nov 2002 13:46:47 -0800
Message-ID: <39bfb0cd.0211041346.2b667fae_at_posting.google.com>
Date: 4 Nov 2002 13:46:47 -0800
Message-ID: <39bfb0cd.0211041346.2b667fae_at_posting.google.com>
Hi!
I am trying to find out the differences between the "copy
from"-command (CF) and the "insert ... select"-command (IS).
Until now I have only found out one difference: when you copy from dbA
to dbB using CF in SQL*plus on your own PC the data will go from dbA
through your SQL*plus-session to dbB. When using IS you can copy
directly from dbA to dbB.
What is the advantage of CF or IS? (I am very interested in the
performance.)
Regards,
