> For the complete documentation index, see [llms.txt](https://docs.carto.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.carto.com/data-and-analysis/analytics-toolbox-for-oracle/release-notes.md).

# Release Notes

{% updates %}
{% update date="2026-07-17" %}

## July 17th, 2026 (v1.3.0)

**Module import**

New

* Added the import module with [IMPORT\_URL](/data-and-analysis/analytics-toolbox-for-oracle/sql-reference/import.md#import_url) — import a file from a URL into Oracle. Powers the Import from URL component in Workflows for Oracle connections.

**Module export**

New

* Added a new internal `export` module that powers the Send by Email, Export Data and Export to PDF components in Workflows for Oracle connections.

**Architecture**

Improvement

* Errors returned by the CARTO gateway are now surfaced with their original message, making failures in LDS, import and export procedures easier to diagnose.

**Module data**

Fix

* [ENRICH\_POLYGONS\_WEIGHTED](/data-and-analysis/analytics-toolbox-for-oracle/sql-reference/data.md#enrich_polygons_weighted) now drops its intermediate tables when execution fails.

**Module lds**

Fix

* [CREATE\_ISOLINES](/data-and-analysis/analytics-toolbox-for-oracle/sql-reference/lds.md#create_isolines), [CREATE\_H3\_ISOLINES](/data-and-analysis/analytics-toolbox-for-oracle/sql-reference/lds.md#create_h3_isolines), [CREATE\_ROUTES](/data-and-analysis/analytics-toolbox-for-oracle/sql-reference/lds.md#create_routes) and [CREATE\_ROUTING\_MATRIX](/data-and-analysis/analytics-toolbox-for-oracle/sql-reference/lds.md#create_routing_matrix) now drop their intermediate tables when execution fails.
  {% endupdate %}

{% update date="2026-06-26" %}

## June 26th, 2026 (v1.2.0)

**Module lds**

New

* Added the Location Data Services (LDS) module — geocoding ([GEOCODE](/data-and-analysis/analytics-toolbox-for-oracle/sql-reference/lds.md#geocode), [GEOCODE\_REVERSE](/data-and-analysis/analytics-toolbox-for-oracle/sql-reference/lds.md#geocode_reverse), [GEOCODE\_TABLE](/data-and-analysis/analytics-toolbox-for-oracle/sql-reference/lds.md#geocode_table), [GEOCODE\_REVERSE\_TABLE](/data-and-analysis/analytics-toolbox-for-oracle/sql-reference/lds.md#geocode_reverse_table)), isolines ([ISOLINE](/data-and-analysis/analytics-toolbox-for-oracle/sql-reference/lds.md#isoline), [H3\_ISOLINE](/data-and-analysis/analytics-toolbox-for-oracle/sql-reference/lds.md#h3_isoline), [CREATE\_ISOLINES](/data-and-analysis/analytics-toolbox-for-oracle/sql-reference/lds.md#create_isolines), [CREATE\_H3\_ISOLINES](/data-and-analysis/analytics-toolbox-for-oracle/sql-reference/lds.md#create_h3_isolines)), routing ([CREATE\_ROUTES](/data-and-analysis/analytics-toolbox-for-oracle/sql-reference/lds.md#create_routes), [CREATE\_ROUTING\_MATRIX](/data-and-analysis/analytics-toolbox-for-oracle/sql-reference/lds.md#create_routing_matrix)) and [GET\_LDS\_QUOTA\_INFO](/data-and-analysis/analytics-toolbox-for-oracle/sql-reference/lds.md#get_lds_quota_info).

**Module quadbin**

New

* Added [QUADBIN\_POLYFILL\_TABLE](/data-and-analysis/analytics-toolbox-for-oracle/sql-reference/quadbin.md#quadbin_polyfill_table) procedure — polyfill a query or table of geometries into Quadbin cells and write the result to an output table.

**Module data**

Fix

* Fixed weight hashing in [ENRICH\_POLYGONS\_WEIGHTED](/data-and-analysis/analytics-toolbox-for-oracle/sql-reference/data.md#enrich_polygons_weighted) for consistent enrichment results.
  {% endupdate %}

{% update date="2026-05-27" %}

## May 27th, 2026 (v1.1.0)

**Module h3**

New

* Added the [h3](/data-and-analysis/analytics-toolbox-for-oracle/sql-reference/h3.md) spatial indexing module — full set of H3 functions for Oracle Autonomous Database, including [H3\_BOUNDARY](/data-and-analysis/analytics-toolbox-for-oracle/sql-reference/h3.md#h3_boundary), [H3\_CENTER](/data-and-analysis/analytics-toolbox-for-oracle/sql-reference/h3.md#h3_center), [H3\_POLYFILL](/data-and-analysis/analytics-toolbox-for-oracle/sql-reference/h3.md#h3_polyfill), [H3\_KRING](/data-and-analysis/analytics-toolbox-for-oracle/sql-reference/h3.md#h3_kring), [H3\_TOCHILDREN](/data-and-analysis/analytics-toolbox-for-oracle/sql-reference/h3.md#h3_tochildren) / [H3\_TOPARENT](/data-and-analysis/analytics-toolbox-for-oracle/sql-reference/h3.md#h3_toparent), and others.

**Module quadbin**

New

* Added the [quadbin](/data-and-analysis/analytics-toolbox-for-oracle/sql-reference/quadbin.md) spatial indexing module — full set of Quadbin functions for Oracle Autonomous Database, including [QUADBIN\_BBOX](/data-and-analysis/analytics-toolbox-for-oracle/sql-reference/quadbin.md#quadbin_bbox), [QUADBIN\_CENTER](/data-and-analysis/analytics-toolbox-for-oracle/sql-reference/quadbin.md#quadbin_center), [QUADBIN\_POLYFILL](/data-and-analysis/analytics-toolbox-for-oracle/sql-reference/quadbin.md#quadbin_polyfill), [QUADBIN\_KRING](/data-and-analysis/analytics-toolbox-for-oracle/sql-reference/quadbin.md#quadbin_kring), [QUADBIN\_TOCHILDREN](/data-and-analysis/analytics-toolbox-for-oracle/sql-reference/quadbin.md#quadbin_tochildren) / [QUADBIN\_TOPARENT](/data-and-analysis/analytics-toolbox-for-oracle/sql-reference/quadbin.md#quadbin_toparent), and others.

**Module data**

New

* Added the [data](/data-and-analysis/analytics-toolbox-for-oracle/sql-reference/data.md) enrichment module with [ENRICH\_POINTS](/data-and-analysis/analytics-toolbox-for-oracle/sql-reference/data.md#enrich_points), [ENRICH\_POLYGONS](/data-and-analysis/analytics-toolbox-for-oracle/sql-reference/data.md#enrich_polygons), [ENRICH\_POLYGONS\_WEIGHTED](/data-and-analysis/analytics-toolbox-for-oracle/sql-reference/data.md#enrich_polygons_weighted) and [ENRICH\_GRID](/data-and-analysis/analytics-toolbox-for-oracle/sql-reference/data.md#enrich_grid) procedures (plus their `_RAW` variants) for data enrichment workflows on Oracle.
  {% endupdate %}

{% update date="2026-03-27" %}

## March 27th, 2026 (v1.0.0)

Initial release of the Analytics Toolbox for Oracle, adding Oracle Autonomous Database as a supported cloud platform.
{% endupdate %}
{% endupdates %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.carto.com/data-and-analysis/analytics-toolbox-for-oracle/release-notes.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
