Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 17 Oracle Analytics Lounge
- 215 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
How to draw latitude and longitude coordinates in OBIEE 12c Standard Edition

We need to paint latitude and longitude points in OBIEE 12c Standard Edition. We've stored these points in the database Oracle 12c as number data type and SDO_GEOMETRY enabled by Oracle Spatial:
We have OBIEE 12.2.1.3.0 and It doesn't have enabled the access to embebed HTML, reason which We had to use Mapviewer to draw that points. We created styles, theme and base map in Map Builder:
Now we need to integrate it in OBIEE, but we import the column SDO_GEOMETRY in the RPD the data type shows as UNKNOWN:
Hence, we need to know how to draw SDO_GEOMETRY columns in OBIEE 12c Standard Edition or if possible draw the numeric columns (contains latitude and longitude) without use HTML.
Thanks in advance.