208.3.3 ENABLE_WORKSPACE_ADMIN Procedure

This procedure enables a user with the Oracle DBA role to add an existing database user as a workspace administrator of a Oracle AI Database Telemetry Streaming workspace.

Syntax

ENABLE_WORKSPACE_ADMIN(
         workspace_name VARCHAR2,
         admin_user     VARCHAR2);

Parameters

Table 208-4 ENABLE_WORKSPACE_ADMIN Procedure Parameters

Parameter Description
workspace_name

Name of the workspace for which a workspace administrator needs to be enabled

admin_user

Name of an already existing database user who needs to be enabled as an administrator for the workspace

The name of the workspace can be any valid database username and can contain non-ASCII characters.

Note:

Multiple workspaces can have the same workspace administrators (admin_user) and same workspace can have multiple workspace administrators.