not able to set ai profile using EXEC DBMS_CLOUD_AI.SET_PROFILE
Summary:
Created an AI profile using command DBMS_CLOUD_AI.CREATE_PROFILE and set with command EXEC DBMS_CLOUD_AI.SET_PROFILE
But, after running above scripts, when validating whether the profile is set using command
SELECT DBMS_CLOUD_AI.get_profile() from dual;
It returns, NULL
DBMS_CLOUD_AI.GET_PROFILE()
---------------------------
null
How to debug , why the AI profile is not getting set?
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable): 23AI
Code Snippet (add any code snippets that support your topic, if applicable):
BEGIN DBMS_CLOUD_AI.CREATE_PROFILE(
Tagged:
0