K kevb Member² Feb 17, 2004 #1 Im using the great test window in plsqldev. I have a procedure that returns arrays as out type variables, unfortunatley they dont seem to be displayed with in the test window. Are there issues with diplaying arrays? Regards Kev
Im using the great test window in plsqldev. I have a procedure that returns arrays as out type variables, unfortunatley they dont seem to be displayed with in the test window. Are there issues with diplaying arrays? Regards Kev
C Christo Kutrovsky Member³ Feb 17, 2004 #1 Alienzz, he is talking about the debugger, he does not want to display them, he wants to debug them, without changing the code.
Alienzz, he is talking about the debugger, he does not want to display them, he wants to debug them, without changing the code.
Marco Kalter Administrator Staff member Feb 17, 2004 #1 The debugger can show collections (PL/SQL Table, varray, nested table) of a scalar data type. Collections of a compound data type cannot be displayed.
The debugger can show collections (PL/SQL Table, varray, nested table) of a scalar data type. Collections of a compound data type cannot be displayed.