Recent content by KoZo

  1. K

    refcursor and nested table

    Hello Marco, The statement: fo := oqc.ObjField('NT'); Exception: Field NT does not exists oqW.SQL: begin pack_kozo.collectionTest(pCount => :pCount, pLista => :pLista); end; pack_kozo.collectionTest: procedure collectionTest(pCount in integer, pLista in out sys_refcursor) is begin...
  2. K

    refcursor and nested table

    I have a stored procedure which take back a refcursor containing nested table. When I try to access to the nested table, I get a No such field exception. When I used a select tratement, returning identical cursor, it worked fine. When I call the procedure from PL/SQL developer, the refcursor...
Back
Top