A nice blogpost by Anders Swanson that explains how to use spatial data in Oracle AI Database from Java via JDBC. It walks through a hands-on sample app that stores geographic data (like landmarks), queries it, and visualizes results:
https://andersswanson.dev/2026/04/06/get-started-with-spatial-data-in-oracle-ai-database-using-jdbc/
With Spatial query support in Oracle 23ai, you can answer questions like:
What landmarks fall inside this map window?
What is the exact distance between places?
What objects are near this location?