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 -> Parallel pipeline table functions on non parallel input?

Parallel pipeline table functions on non parallel input?

From: Richard Kuhler <noone_at_nowhere.com>
Date: Fri, 13 Jun 2003 04:56:41 GMT
Message-ID: <dQcGa.11090$98.251395@twister.socal.rr.com>


Under "Input Data Partitioning" in the "PL/SQL User's Guide and Reference" it states ...

"If the cursor p itself is not parallelized, the incoming data is randomly partitioned on the columns in the column list. The round-robin table queue is used for this partitioning."

Has anyone been able to get it to work like this? I've only seen it work when the input cursor was accessed in parallel itself.

Thanks,
Richard Received on Thu Jun 12 2003 - 23:56:41 CDT

Original text of this message

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