Recent content by AGM

  1. A

    PL / SQL crashes when trying to expand a multiset collection returned in a cursor

    Marco, I sent to you a PM with the support info. The strange is that if the query runs in a SQL window I can inspect the content of collections, but the error happens when I try to inspect collections that are returned in an out cursor from a package procedure/function. Running PL/SQLDeveloper...
  2. A

    PL / SQL crashes when trying to expand a multiset collection returned in a cursor

    I'm using PL/SQL Developer v10.0.5.1710 with Oracle 11g and win_32 client 11.2.0. My PL/SQL code returns cursors with inner queries to retrieve collection fields using CAST MULTISET approach. But when I inspect the cursor output and try to expand the collection field the PL/SQL Developer...
Back
Top