Hi,
I created a test script for a procedure that returns a cursor. The cursor has column of collection type. After running the test, when I open the resultset for cursor and want to view the data from collection the PL/SQL Developer crashes.
Test script has predefined types of variables that can be passed to a stored procedure as parameters. How can I test a stored procedure that has as parameter a collection type with test script.