dbTalk Databases Forums  

10g: select ... from ... start with ... connect by ... breaks parallelism?

comp.databases.oracle.server comp.databases.oracle.server


Discuss 10g: select ... from ... start with ... connect by ... breaks parallelism? in the comp.databases.oracle.server forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Frank Bergemann
 
Posts: n/a

Default 10g: select ... from ... start with ... connect by ... breaks parallelism? - 02-24-2011 , 01:14 AM






Hi,

i have a strange effect, since we added a select ... from ... start
with ... connect by ... SQL stmt.
Oracle doesn't tune anymore for parallel pipelined functions - which
it did before.
I.e. i only get a single worker session for the parallel pipelined
functions.
When i disable the SQL stmt, then everything works fine.
Really strange is, that - when the SQL stmt is having this effect w/o
being invoked.
I.e. when it's in the code, then it is currently "dead code" (unused),
because it depends on set-up/configuration, which currently doesn't
allow to actually use it.
So the first question is, why such select ... from ... start with ...
connect by ... SQL stmt breaks parallelism. The second question how it
does w/o being actually used?

- many thanks!

rgds,
Frank

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.