As the official SQL client, Oracle SQL Developer is popular. It offers a function to view spatial data using Map View tool.
Assume you have an Oracle Spatial-enabled database, you have a Shape column with SDO_GEOMETRY data type in your spatial table. This column contains spatial data. How to see the actual map or shapes in Oracle SQL Developer?
First, we may do a query for this spatial table, e.g. SELECT * FROM LGS_Land_Parcel_Geo.
Second, go to SQL Developer menu View \ Map View to turn on Map View panel. Click + button in the toolbar of Map View panel to open Map Query box. Insert above query statement and provide a Map Title for your query. Click OK to close the dialog box.
The map of this table shows in left Map View panel...
Read More