How to disable the query optimizer
Hi, i'm having a simple query to populate a lov with auto refresh. At run time the query optimizer adds key word "LIKE", which can not run in guaranteed mode.
So i'm looking for the options to solve the issue. Can some one point me how to disable the query optimizer . So that the query will be same as in VO.
OR how to set the query in best-effort-mode to avoid, "ORA-29983: Unsupported query for Continuous Query Notification". thanks .