Self Join
I am trying to join a 30M row table with it self, ORACLE is choosing HASH JOin with FULL Table scan, the column on which I am joining has an index. How to fasten the query? Right now it is taking 25 mins to return back the results??
I am trying to join a 30M row table with it self, ORACLE is choosing HASH JOin with FULL Table scan, the column on which I am joining has an index. How to fasten the query? Right now it is taking 25 mins to return back the results??