I took the longitudes and latitudes of the red marked areas in the image given below from google map and inserted them in Oracle Spatial database.
But when I graphically show it by selecting "Invoke Map View on result set" from the option like image given below in SQL developer.
But it the image has two problems:
See the image given below to be clear:
My questions are:
In google map geodetic data format is (Latitude, Longitude), on the other hand in Oracle spatial database system the format is (Longitude, Latitude), that's why you got rotated and mirrored image. If you set the format as (Longitude, Latitude) hope then you will get the actual image.