Oracle DBMS_TELEMETRY_ADMIN
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 Administrative procedures for managing workspace users.
AUTHID CURRENT_USER
Dependencies
DBMS_ASSERT JSON_ELEMENT_T
DBMS_TELEMETRY_ADMIN_INTERNAL JSON_OBJECT_T
DBMS_TELEMETRY_DBA_INTERNAL  
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
 
DISABLE_WORKSPACE_USER (new 26ai)
Disables a user in a telemetry streaming workspace dbms_telemetry_admin.disable_workspace_user(
workspace_name IN VARCHAR2,
user_name      IN VARCHAR2);
TBD
 
ENABLE_WORKSPACE_ORDS (new 26ai)
Enables ORDS for a telemetry streaming workspace dbms_telemetry_admin.enable_workspace_ords(workspace_name IN VARCHAR2);
TBD
 
ENABLE_WORKSPACE_USER (new 26ai)
Enables a user in a telemetry streaming workspace dbms_telemetry_admin.enable_workspace_user(
workspace_name IN VARCHAR2,
user_name      IN VARCHAR2,
user_role      IN VARCHAR2);
TBD
 
GET_WORKSPACE_ORDS_ADMIN_USER (new 26ai)
Fetches the ORDS for a telemetry streaming workspace dbms_telemetry_admin.get_workspace_ords_admin_user(workspace_name IN VARCHAR2)
RETURN VARCHAR2;
TBD
 
GET_WORKSPACE_PARAMETER (new 26ai)
Fetches a workspace parameter value for a telemetry streaming workspace dbms_telemetry_admin.get_workspace_parameter(
workspace_name IN VARCHAR2,
parameter_name IN VARCHAR2)
RETURN VARCHAR2;
TBD
 
SET_WORKSPACE_PARAMETER (new 26ai)
Sets workspace parameters for a telemetry streaming workspace dbms_telemetry_admin.set_workspace_parameter(
workspace_name  IN VARCHAR2,
parameter_name  IN VARCHAR2,
parameter_value IN VARCHAR2);
TBD

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