Oracle DBMS_TELEMETRY_INGEST
Version 26ai

General Information
Library Note Morgan's Library Page Header
The best Oracle News for FY2026

Oracle Database 26ai is now availble. If you haven't you downloaded already: Why?
Purpose Function to ingest metrics into Oracle AI Database Telemetry Streaming.
AUTHID CURRENT_USER
Dependencies
DBMS_ASSERT JSON_ARRAY_T
DBMS_RANDOM JSON_ELEMENT_T
DBMS_TELEMETRY_ADMIN_INTERNAL JSON_KEY_LIST
DBMS_TELEMETRY_DBA_INTERNAL JSON_OBJECT_T
DBMS_TELEMETRY_UTILS_INTERNAL PLITBLM
DBMS_UTILITY  
Documented Yes
First Available 26ai
Security Model Owned by TELEMETRY_DBA with no privileges granted
Source {ORACLE_HOME}/rdbms/admin/prvthtelemetry_int.plb
{ORACLE_HOME}/rdbms/admin/prvtbtelemetry_int.plb

Do not install by running the above scripts. Install with telemetry_install_plsql.sql running with oracle_script enabled.
Subprograms
 
INGEST_METRICS (new 26ai)
Ingests data as a metric sample for telemetry streaming

Overload 1
dbms_telemetry_ingest.ingest_metrics(
metric_name       IN VARCHAR2,
metric_tags       IN VARCHAR2,
metric_value      IN NUMBER,
metric_time_epoch IN NUMBER)
RETURN CLOB;
TBD
Ingests data in bulk for telemetry streaming

Overload 2
dbms_telemetry_ingest.ingest_metrics(
metrics        IN  CLOB,
status         OUT NUMBER,
metrics_format IN  VARCHAR2 DEFAULT 'telemetry protocol') -- alt value: 'line protocol'
RETURN CLOB;
TBD

Related Topics
Built-in Functions
Built-in Packages
Database Security
DBMS_TELEMETRY_ADMIN_INTERNAL
DBMS_TELEMETRY_DBA_INTERNAL
DBMS_TELEMETRY_UTILS_INTERNAL
What's New In 21c
What's New In 26ai

Morgan's Library Page Footer
This site is maintained by Daniel Morgan. Last Updated: This site is protected by copyright and trademark laws under U.S. and International law. © 1998-2026 Daniel A. Morgan All Rights Reserved