Comparison of usage of /* APPEND PARALLEL*/ hint and DBMS_PARALLEL_EXECUTE
946981Jul 2 2012 — edited Jul 2 2012I am trying to insert 10 million records from a source table to target table in the same instance.
What I observe is use of /* APPEND PARALLEL*/ is comparatively much faster than DBMS_PARALLEL_EXECUTE. Can anybody provide me with reasons of the same?
Thanks in advance