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!

Error when loading KML data

697015Feb 23 2010 — edited Apr 19 2010
Good day!

I'm trying to load KML data from this source http://bbs.keyhole.com/ubb/ubbthreads.php?ubb=showthreaded&Number=521519&site_id=1#import into Oracle 11gR2.

I've loaded the KML into a CLOB column. After that I'm trying to something like this:

insert into temp_geometry
select 1, sdo_util.from_kmlgeometry(clob_content)
from temp_kml_data

I've got a ORA-29532: Java call terminated by uncaught Java exception: java.lang.RuntimeException: Message:KML Geometry type kml not supported.

What can be the reason of this error? What are the exact requirements for the KML data to be loaded? In Spatial manual, I've found only this: "The input geometry must be a valid document conforming to the KML 2.1 specification".
This post has been answered by Bkazar-Oracle on Feb 23 2010
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 17 2010
Added on Feb 23 2010
7 comments
3,256 views