Oracle DBMS_TELEMETRY_WORKSPACE
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 AI telemetry streaming workspace utilities
AUTHID DEFINER
Dependencies
DBMS_ASSERT DBMS_TELEMETRY_DBA_INTERNAL
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
 
CREATE_WORKSPACE (new 26ai)
Undocumented dbms_telemetry_workspace.create_workspace(
workspace_name  IN VARCHAR2,
tablespace_name IN VARCHAR2);
TBD
 
DISABLE_WORKSPACE_ADMIN (new 26ai)
Undocumented dbms_telemetry_workspace.disable_workspace_admin(
workspace_name IN VARCHAR2,
admin_user     IN VARCHAR2);
TBD
 
DROP_WORKSPACE (new 26ai)
Undocumented dbms_telemetry_workspace.drop_workspace(
workspace_name IN VARCHAR2,
force          IN BOOLEAN);
TBD
 
ENABLE_WORKSPACE_ADMIN (new 26ai)
Undocumented dbms_telemetry_workspace.enable_workspace_admin(
workspace_name IN VARCHAR2,
admin_user     IN VARCHAR2);
TBD

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