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

Home -> Community -> Usenet -> c.d.o.misc -> Re: TYPE becomes what in Java?

Re: TYPE becomes what in Java?

From: Richard Kuhler <noone_at_nowhere.com>
Date: Thu, 04 Nov 2004 06:52:04 GMT
Message-ID: <okkid.61992$Kl3.27098@twister.socal.rr.com>


Andy wrote:
>>"It is not feasible for Oracle JDBC drivers to support calling arguments
>>or return values of the PL/SQL RECORD, BOOLEAN, or table with non scalar
>>element types."
>>
>>http://tinyurl.com/4k2tj

> 
> So how do I solve this problem? Any suggestion?
> 

Sorry, if you'll go to that URL I posted you'll see ...

"Similarly, to wrap a stored procedure that uses PL/SQL records, create a stored procedure that handles a record in its individual components (such as CHAR and NUMBER) or in a structured object type."

And if you look elsewhere in that document, you'll find information on how to use oracle.sql.STRUCT with an object type.

--
Richard Kuhler
Received on Thu Nov 04 2004 - 00:52:04 CST

Original text of this message

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