RE: Registering PL/SQL table OUT parameter in jdbc and retrieving ( challenging question)

2001-08-21 Thread Kesav Kumar
Title: RE: Registering PL/SQL table OUT parameter in jdbc and retrieving ( challenging question) If you want to use the user defined types which are created inside the package you got get the latest Oracle drivers. Orcale 8.1.7 with OCI has only support for retrieving the user defined types

Re: Registering PL/SQL table OUT parameter in jdbc and retrieving ( challenging question)

2001-08-21 Thread bombalaa-orion
Hi Komal. seems that your procedure has 2 OUT Parameters ... TYPE id_tab IS TABLE OF pmnt_rsch_scn.PMNT_RSRCH_SCN_ID%TYPEINDEX BY BINARY_INTEGER; TYPE scn_tab IS TABLE OF pmnt_rsch_scn.SCENARIO_DESC%TYPEINDEX BY BINARY_INTEGER; For