I am trying to join two tables, 3 million and 21 million rows on the secondary indices of both tables. I keep running out of spool space.
Looking at the EXAPLIN, I see both tables go into spool before the join. Is there any way to force the smaller table into spool (and redistribute) while not doing so to the other?
I tried making the smaller table into a drived-tables, but still had no luck.
thanks
Looking at the EXAPLIN, I see both tables go into spool before the join. Is there any way to force the smaller table into spool (and redistribute) while not doing so to the other?
I tried making the smaller table into a drived-tables, but still had no luck.
thanks