Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Ora7.3, JDBC and PL/SQL-Tables?

Re: Ora7.3, JDBC and PL/SQL-Tables?

From: Wayne Blair <wayne.blair_at_iexpert.com>
Date: Mon, 07 Feb 2000 19:08:59 -0500
Message-ID: <389F5E9B.E0A6FB40@iexpert.com>


I tried to do this and gave up after some toothgrinding, and finding that some (roguewave?) drivers will not let you do it. Will follow your thread.

Werner Ebert wrote:

> Is there a way to retrieve PL/SQL-tables as Java-Arrays
> from stored procedures with Oracle 7.3 ?
>
> If so, what SQL-typemapping has to be used in registerOutParameter?
> Do I have to provide user-defined typemapping?
>
> So far, I tried the following (to no avail):
>
> (1)
> registerOutParameter with Types.ARRAY or Types.OTHER throws
> 'internal type unknown'
>
> (2)
> extending the connection's typemap with an own SqlData-Interface
> and calling registerOutParameter accordingly throws
> 'PLS-00201: Identifier 'DBMS_PICKLER.GET_FORMAT' must be declared'
>
> Any hints would be appreciated
>
> Werner Ebert
Received on Mon Feb 07 2000 - 18:08:59 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US