The DBMS_CLOUD_AI package uses the following
views.
DBA_CLOUD_AI_PROFILES View The list of profiles created in the current database can be obtained by querying DBA_CLOUD_AI_PROFILES. The view displays the details of AI profiles in the database.
USER_CLOUD_AI_PROFILES View The list of profiles created in the current database can be obtained by querying USER_CLOUD_AI_PROFILES. The view displays the details of AI profiles in your schema.
DBA_CLOUD_AI_PROFILE_ATTRIBUTES View Attributes of AI profile manage the configuration and behavior of the AI profile. The view displays details of all AI profiles in the database.
USER_CLOUD_AI_PROFILE_ATTRIBUTES View Attributes of AI profile manage the configuration and behavior of the AI profile. The view displays details of AI profiles in your schema.
The
list of profiles created in the current database can be obtained by querying
DBA_CLOUD_AI_PROFILES. The view displays the details of AI profiles
in the database.
Only the ADMIN user is privileged to access
DBA_CLOUD_AI_PROFILES. You cannot grant access to other users.
Column
Datatype
NULL
Description
PROFILE_ID
NUMBER
NOT NULL
Unique number assigned to the AI profile
PROFILE_NAME
VARCHAR2(128)
NOT NULL
Name of the AI profile
OWNER
VARCHAR2(128)
NOT NULL
Owner schema of the AI profile
STATUS
VARCHAR2(7)
NOT NULL
Current status of AI profile - ENABLED
or DISABLED
The
list of profiles created in the current database can be obtained by querying
USER_CLOUD_AI_PROFILES. The view displays the details of AI
profiles in your schema.
Only the user is privileged to access
USER_CLOUD_AI_PROFILES. You cannot grant access to other users.
Column
Datatype
NULL
Description
PROFILE_ID
NUMBER
NOT NULL
Unique number assigned to the AI profile
PROFILE_NAME
VARCHAR2(128)
NOT NULL
Name of the AI profile
STATUS
VARCHAR2(7)
NOT NULL
Current status of AI profile - ENABLED
or DISABLED