Getting ORA-06502 when the name of a test-procedure has more than 30 chars. Reason in UT_ANNOTATION-Package: `` subtype t_procedure_name is varchar2(30); ``
Getting ORA-06502 when the name of a test-procedure has more than 30 chars.
Reason in UT_ANNOTATION-Package:
subtype t_procedure_name is varchar2(30);