Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: TYPE becomes what in Java?
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 KuhlerReceived on Thu Nov 04 2004 - 00:52:04 CST
![]() |
![]() |