Hi Guys,
I need some help in understanding how parallels work in different situations.
I got table A, B with parallel 10 degrees each.
When I run the below DML how it works and how many processors the DB look for
Create Table C PARALLEL (DEGREE 10) AS
SELECT A.* FROM A
JOIN B ON...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.