Oracle DBMS_TELEMETRY_PRIVILEGES
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 Undocumented
AUTHID DEFINER
Dependencies
DBMS_ASSERT GV$SESSION
DBMS_TELEMETRY ODCIVARCHAR2LIST
Documented No
First Available 26ai
Security Model Owned by SYS with no privileges granted
Source {ORACLE_HOME}/rdbms/admin/prvthtelemetry.plb
{ORACLE_HOME}/rdbms/admin/prvtbtelemetry.plb

Do not install by running the above scripts. Install with telemetry_install_plsql.sql running with oracle_script enabled.
Subprograms
 
CREATE_USER (new 26ai)
Undocumented dbms_telemetry_privileges.create_user(
workspace_name  IN VARCHAR2,
tablespace_name IN VARCHAR2);
TBD
 
DROP_USER (new 26ai)
Undocumented dbms_telemetry_privileges.drop_user(workspace_name IN VARCHAR2);
TBD
 
GRANT_SELECT (new 26ai)
Undocumented dbms_telemetry_privileges.grant_select(
workspace_schema_name IN VARCHAR2,
user_name             IN VARCHAR2,
user_role             IN VARCHAR2);
TBD
 
REVOKE_SELECT (new 26ai)
Undocumented dbms_telemetry_privileges.revoke_select(
workspace_schema_name IN VARCHAR2,
user_name             IN VARCHAR2,
user_role             IN VARCHAR2);
TBD

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