Hi All,
10.2.0.4
I am creating a materialized view with query rewrite, but it failed on a column conversion. How do I make work around for this column please....
TO_CHAR(DECODE (SALARY, 0, 0, TRUNC (COMM / INCENT * 100, 2) ),'FM999.00') turnout,
*
ERROR at line 7:
ORA-30357: this PL/SQL function cannot be supported for query rewrite
I thank you all,
zxy