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