Skip to Main Content

SQL & PL/SQL

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!

UPDATE and DELETE statements with PARALLEL hint

905632Sep 11 2012 — edited Sep 11 2012
Oracle 11g R1 and Oracle 11g R2:

Hi all, i want to know whether for the below statements Parallelism works or not. This is for example sake only, so not putting any real table name or column name. And the table is partitioned by some column called partition_column.
UPDATE table_name SET column_name=some_value 
WHERE partition_column= partition_value;

DELETE FROM table_name WHERE partition_column= partition_value;
In the above example please consider
partition_column = the column which is been partitioned
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 9 2012
Added on Sep 11 2012
5 comments
9,352 views