I have 11g and am trying to use the result_cache clause. But when trying to open up Test Builder for such a program, I get an error:
Formatter Plus v4.8.8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"
and if you scroll down you will the script and a note that seem to show the script and that it is having trouble with the result_cache clause.
Example:
PACKAGE emplu11g
IS
FUNCTION last_name(
employee_id_in IN employees_for_11g.employee_id%TYPE)
RETURN employees_for_11g.last_name%TYPE
RESULT_CACHE;
END;
The parser/formatter does not yet recognize this syntax.There are some restrictions in using 11g and the usage of RESULT CACHE clause.
The result_cache clause which will have to be commented out of the program headers for the initial creation of the test definition.
Then Test Builder will accept this program.
This applies to 11g support on Version 1.8.1 of Code Tester
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. 使用条款 隐私 Cookie Preference Center