Recent content by oyvind.eide

  1. O

    Not showing spatial information from result grid

    We have found out that using a different syntax in the search helps. Both of these reproduces the bug: select t.* from n50_adminf t select t.geom from n50_adminf t (geom is the spatial column of the table n50_adminf) But this search gives a result where the ... works fine: select...
  2. O

    Not showing spatial information from result grid

    When I do a query against a table containing a MDSYS.SDO_GEOMETRY column (Oracle Spatial), the information from the geometry object is devided into 7 columns, which is OK. But when I press the ... button of a field in the SDO_ELEM_INFO or SDO_ORDINATES column, the error message "Collection no...
Back
Top