Hi,

I am storing Objects into a table and retrieving them in a Java program. In that I have a Java Class reference to which I am assigning this fetched Oracle Object using the oracle.sql.STRUCT structure..

I am getting the(runtime) error ORA-03115 :unsupported network datatype or representation

What could be the reason? I am using Oracle8 Enterprise Edition Release 8.0.5.0.0 - With Objects option and using jdbc111b driver classes which have Oracle.sql.* and Oracle.sql.driver.* classes


Thanks in advance

Sateesh