Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 63 Insurance
- 536.4K On-Premises Infrastructure
- 138.3K Analytics Software
- 38.6K Application Development Software
- 5.8K Cloud Platform
- 109.5K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.3K Integration
- 41.6K Security Software
Idea: Support M-enabled WKB

User_1871
Member Posts: 244 Red Ribbon
Could support be added for M-enabled well-known binary?
Answers
-
For example, this works (no M-values):
select sdo_util.from_wkbgeometry(sde.st_asbinary(sde.st_geometry('LINESTRING(1 2,3 4)',300125))) from dual;
But this doesn't work (has M-values):
select sdo_util.from_wkbgeometry(sde.st_asbinary(sde.st_geometry('LINESTRING(1 2 0,3 4 1)',300125))) from dual;
Error:
ORA-29532: Java call terminated by uncaught Java exception: java.lang.RuntimeException: oracle.spatial.util.GeometryExceptionWithContext: Unknown WKB label: 1002. ORA-06512: at "MDSYS.SDO_JAVA_STP", line 68 ORA-06512: at "MDSYS.SDO_UTIL", line 6244 29532. 00000 - "Java call terminated by uncaught Java exception: %s" *Cause: A Java exception or error was signaled and could not be resolved by the Java code. *Action: Modify Java code, if this behavior is not intended.
-
Enhancement request#34195872 has been filed with spatial development.
FYI
-
Thanks. That really helps. It’s not always clear if these ideas get submitted or not. But now I know.
Cheers! And have a good weekend.
-