205.3.2 DISABLE_WORKSPACE_USER Procedure

This procedure disables an ingest or a query user from a Oracle AI Database Telemetry Streaming workspace.

Syntax

disable_workspace_user(
        workspace_name IN VARCHAR2,
        user_name      IN VARCHAR2);

Parameters

Table 205-3 DISABLE_WORKSPACE_USER Procedure Parameters

Parameter Description
workspace_name

Name of the workspace in which a workspace user needs to be disabled

user_name

Name of the ingest or query user (who is an already existing database user) who needs to be disabled in the workspace

Note:

An error is returned if a user_name that is not associated the workspace_name is used.