ST_GEOMETRY; Oracle:
Could ESRI create a function to convert directly from the ST_POINT subtype to the ST_GEOMETRY supertype?
That would solve these issues:
I'm aware that there is a quick-and-dirty workaround, where we can convert from subtype to text to supertype (or use well-known binary instead of text). But that workaround is ugly and slow. It would be better to have a more robust & performant solution.