set parallel in oracle

Solutions on MaxInterview for set parallel in oracle by the best coders in the world

showing results for - "set parallel in oracle"
Johanna
25 Jan 2016
1SELECT /*+ parallel(auto) */ ename, dname FROM emp e, dept d
2WHERE e.deptno=d.deptno;
3
similar questions
queries leading to this page
set parallel in oracle