General Information
Library Note
Morgan's Library Page Header
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