GeekArticles
FAQ
Oracle FAQ
FAQ
Oracle FAQWITH Clause vs global temporary tables
Hi Tom,
Can you tell me why is the WITH clause faster than using GTT tables in this situation?
---- WITH clause
with with_sere as (select /*+ parallel (dein,8) full(dein) */
dein.inte_no
fr...
Read Next: Oracle Data pump(DBMS_DATAPUMP)
Related Topics
