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