Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

SQLException No more data to read from socket

503237Aug 14 2006 — edited Aug 17 2006
I have built in my java code 2 dimensional curves (lines) and multicurves(multilines) using the JGeometry API. Yet when I try executeUpdate on my prepared statement to load them I get the above SQLException error "No more data to read from socket."
I actually have more values that go in the row of data which I can load as long as the shape is not being loaded. In fact as long as I set the column to null everything gets loaded ( I create a dummy JGeometry object, call store on it to create A STRUCT object and then call STRUCTS getSqlValue method and use that in PreparedStatement's setNull method.)
Has anyone expierenced a similar problem? Is there perhaps a limitation on the size of multiline one may have?

Comments

alwu-Oracle
Hi Christian,

It is a good idea to explicitly type your properties. In this case, p could be an owl object property, datatype property, annotation property, rdf:property etc.

RDFSAXIOMS component does include the following RDFS axiomatic triple.

rdfs:range rdfs:domain rdf:Property .

If you do want to see p type rdf:Property then you can include component RDFSAXIOMS on top of OWLPRIME with your create_entailment call.

Alternatively, you can simply insert the above axiomatic triple into your graph and inference engine will take care of the rest.

Thanks,

Zhe Wu
1 - 1
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Sep 14 2006
Added on Aug 14 2006
5 comments
1,114 views