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 -> How to retrive abstract data type using jdbc with oracle8.04

How to retrive abstract data type using jdbc with oracle8.04

From: Jzhou <jzhou_at_CS.MsState.Edu>
Date: Tue, 10 Aug 1999 11:42:15 -0500
Message-ID: <Pine.SOL.4.10.9908101141520.5335-100000@gizmo.cs.msstate.edu>

There are an abstract data type dt1(id, content), and a table tb(id, dt1) where dt1 is the above defined abstract data type. (both data created by oracle 8.04)

I am trying to retrive values from table tb (above table) and failed(using jdbc). It gave an error message "Unsurpported Network datatype or representation". Do someone know how to solve this problem on jdbc?

Thanks.

Jing Received on Tue Aug 10 1999 - 11:42:15 CDT

Original text of this message

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