The Insert flow into I$ table step is generating the following SQL but performance is slow so wondering if there is any way to add parallel hint:
* Detection Strategy: OUTER */INSERT /*+ append */ INTO BI_DW.I$_769471540_7
I'd like to see something like:
* Detection Strategy: OUTER */INSERT /*+ append parallel(4)*/ INTO BI_DW.I$_769471540_7
We are on ODI 11g with BIAPPS and using KM:IKM BIAPPS Oracle Fact Incremental Update
Thanks
Srinivas