Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Question on selecting rows in table

Question on selecting rows in table

From: JohnO <john.d.osborne_at_hp.com>
Date: Mon, 04 Nov 2002 19:49:49 GMT
Message-ID: <xbAx9.59$P01.1629229@news.cpqcorp.net>


I need to select portions of a table for parallel processing, without relying on any data column in the table. Essentially, I need to create two (or more) datasets to have parallel program threads fetch against to run a process on every row in the table, while guaranteeing that no row is processed twice, and no row is missed. Is there a column like "ROWID", but numbered so I can do math on it, or a function of ROWID that will allow a select conditional to select mutually exclusive, collectively exhaustive portions of the table?

Thanks! Received on Mon Nov 04 2002 - 13:49:49 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US