Test Script Arrays

kevb

Member²
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
 
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.
 
Back
Top