Skip to content

Instantly share code, notes, and snippets.

@xtender
Created June 5, 2015 23:26
Show Gist options
  • Select an option

  • Save xtender/c01e568b60d9291f1d52 to your computer and use it in GitHub Desktop.

Select an option

Save xtender/c01e568b60d9291f1d52 to your computer and use it in GitHub Desktop.
strange DOP=2 with "TEMP TABLE TRANSFORMATION"
1 with v as (select/*+ materialize */ '1' x from dual connect by level<=3e5)
2 select /*+ parallel(v 8) */ distinct userenv('sid')
3* from v
SQL> /
USERENV('SID')
--------------
68
145
2 rows selected.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment