ORA-20404
Summary:
Getting ORA-20404 with my$cloud_domain substitution variable in the path
Content (please ensure you mask any confidential information):
I'm trying to perform the Select AI feature following the livelabs steps
I was able to complete the steps till AI profile creation using dbms_cloud_ai.create_profile
When I try to test the AI profile using the below procedure, I get the following error.
SELECT DBMS_CLOUD_AI.GENERATE(
prompt => 'what is oracle autonomous ai database',
profile_name => 'GENAI',
action => 'chat')
FROM dual;
ORA-20404: Object not found - https://inference.generativeai.us-chicago-1.oci.my$cloud_domain/20231130/actions/chat