208.3.1 CREATE_WORKSPACE Procedure
This procedure adds a workspace to Oracle AI Database Telemetry Streaming.
This procedure is used by the Oracle DBA user to create a workspace in Oracle AI Database Telemetry Streaming.
Syntax
create_workspace(workspace_name VARCHAR2,
tablespace_name VARCHAR2);
Parameters
Table 208-2 CREATE_WORKSPACE Procedure Parameters
Parameter | Description |
---|---|
workspace_name |
Name of the workspace with a maximum of 125-character length The name of the workspace can be any valid database username and can contain non-ASCII characters. |
tablespace_name |
The default tablespace to be used for this workspace |
Note:
Each workspace is backed by an exclusive schema. The schema name is
derived by prefixing the workspace name with TM$
.