DRG-10849 catsearch does not support functional invocation - after impdp
I just imported a DB with impdp, I ran the health check script after that and all text indexes appeared like 'VALID' , now I'm testing a query from the application, the result were "catsearch does not support functional invocation". I appreciate any help.
----the query----
SELECT b.cd_aut ,
Mostra_Campo(b.vl_cmp_aut_cmpaut,d.nm_parm_entd_cmpvfv) AS Campo , c.vl_cmp_aut_indaut AS Indice,
Limpafrase(Mostra_Campo(b.vl_cmp_aut_cmpaut,d.nm_parm_entd_cmpvfv),1,0) AS Limpo ,
DECODE(SUBSTR(b.cd_cmp_aut,1,1),'1','A','4','R','7','E') AS Icone ,