Oracle DBMS_TELEMETRY_QUERY_INTERNAL
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 Provides internal support for functions used to query metrics from Oracle AI Database Telemetry Streaming.
AUTHID DEFINER
Dependencies
DBMS_ASSERT DBMS_TELEMETRY_UTILS_INTERNAL
DBMS_TELEMETRY_ADMIN_INTERNAL DBMS_UTLITY
DBMS_TELEMETRY_DBA_INTERNAL JSON_ELEMENT_T
DBMS_TELEMETRY_QUERY JSON_OBJECT_T
Documented No
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
 
PROMQL_LABEL (new 26ai)
Undocumented dbms_telemetry_query_internal.promql_label(
promoql_query IN VARCHAR2,
start_time    IN NUMBER,
end_time      IN NUMBER,
result_type   IN NUMBER)
RETURN CLOB;
TBD
 
PROMQL_POINT (new 26ai)
Undocumented dbms_telemetry_query_intrenal.promql_point(
promoql_query IN VARCHAR2,
point_time    IN NUMBER,
result_type   IN NUMBER)
RETURN CLOB;
TBD
 
PROMQL_RANGE (new 26ai)
Undocumented dbms_telemetry_query_internal.promql_range(
promoql_query IN VARCHAR2,
start_time    IN NUMBER,
end_time      IN NUMBER,
step_size     IN NUMBER,
result_type   IN NUMBER)
RETURN CLOB;
TBD
 
PROMQL_SERIES (new 26ai)
Undocumented dbms_telemetry_query_internal.promql_series(
promoql_query  IN VARCHAR2,
start_time     IN NUMBER,
end_time       IN NUMBER,
result_type    IN NUMBER)
RETURN CLOB;
TBD

Related Topics
Built-in Functions
Built-in Packages
Database Security
DBMS_TELEMETRY_ADMIN_INTERNAL
DBMS_TELEMETRY_DBA_INTERNAL
DBMS_TELEMETRY_QUERY
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