Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

insert using parallel

user8875620Nov 22 2013 — edited Nov 25 2013

what does this last statement mean?  it is as though the query runs just like without any hints.

oracle doc:

Using Parallel Execution

Examples of Distributed Transaction Parallelization

This section contains several examples of distributed transaction processing.

Example 1 Distributed Transaction Parallelization

In this example, the DML statement queries a remote object:

INSERT /* APPEND PARALLEL (t3,2) */ INTO t3 SELECT * FROM t4@dblink;  

The query operation is executed serially without notification because it references a remote object.

This post has been answered by Jonathan Lewis on Nov 22 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 23 2013
Added on Nov 22 2013
8 comments
44,279 views