The following statement results in an null value:
select sdo_util.to_gml311geometry(mdsys.sdo_geometry(2003
                                                    ,90112
                                                    ,null
                                                    ,mdsys.sdo_elem_info_array(1, 1003, 2)
                                                    ,mdsys.sdo_ordinate_array(154817.081
                                                                             ,464139.198
                                                                             ,154814.081
                                                                             ,464142.199
                                                                             ,154811.081
                                                                             ,464139.198
                                                                             ,154814.081
                                                                             ,464136.197
                                                                             ,154817.081
                                                                             ,464139.198))) gml
  from dual
Is this kind of geometry not supported?
Oracle 11.2.0.3.0
Edited by: Rene W. on May 24, 2013 12:11 AM