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: Wed, 03 Nov 2004 17:57:51 GMT
Message-ID: <z_8id.59865$Kl3.44528@twister.socal.rr.com>


Andy wrote:
> I'm writing a PL/SQL package that is partly present below. As you see I have
> a record type called inSvarRec. How am I suppose to transform this to a type
> that is known by Java, i e what do replace the ?????? with below?
<snip>

 From "Reference Information" in the "JDBC Developer's Guide and Reference" ...

"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

--
Richard Kuhler
Received on Wed Nov 03 2004 - 11:57:51 CST

Original text of this message

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