Slow view execution using ADF and OracleSQL Slow view execution using ADF and OracleSQL oracle oracle

Slow view execution using ADF and OracleSQL


Try creating your view query as database view. Then create view object on that view and use view criteria to shape data. Only simple select * from complex_view would be in ViewObject. Also you could try materialize that database view to improve performance.