What hint can be given to avoid TEMP TABLE TRANSFORMATION issue on a READ ONLY Database ( physical s
Hi All,
I am getting an error ORA-16000 when I run a query on Physical Standby database.
I have raised an SR with Oracle and they asked me to use a HINT to avoid this TEMP TABLE TRANSFORMATION in the explain plan.
Can someone suggest what hint has to be used ?
This query contains 3, 4 SELECTS in "WITH " Clause. Does this hint have to be given in those SELECT statements or in the main query ?
Thanks
Murali