Recent content by ivon

  1. I

    PLS Developer crashes when a collection is returned in cursor in test script

    I sent you the debug file on email a few weeks ago but I have not received any response until now.
  2. I

    PLS Developer crashes when a collection is returned in cursor in test script

    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.
  3. I

    Test cursor with Test Manger

    I have a test suite created with Test Manager. A test script for a procedure has as output parameter a cursor. How can I test this cursor.
  4. I

    Test Script with other types of varibles

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