Hello, I'm trying to execute a natural language statement with OPENAI, but I always get the following error:
ORA-20000: ORA-24247: Network access denied by access control list (ACL)
ORA-06512: at "C##CLOUD$SERVICE.DBMS_CLOUD$PDBCS_250727_0", line 2233
ORA-06512: at "C##CLOUD$SERVICE.DBMS_CLOUD_AI", line 15973
ORA-06512: at line 1
In my OCI (Always free), I don't have the Access Control List enabled, and if I enable it and set my IP, I get the same error.
Any ideas on how to resolve this issue?
Thanks.