When opening a test window for a function that returns an index-by table (like owa_text.vc_arr), the test window declares "result table of varchar2(32767);" This causes an error when trying to run the test script.
For IN and OUT parameters, variables are declared with the correct types. Only the return value seems to have this problem.
For IN and OUT parameters, variables are declared with the correct types. Only the return value seems to have this problem.