Reputation: 1
set serveroutput on size unlimited;
SELECT DBMS_CLOUD_AI.GENERATE(
prompt => 'what is oracle autonomous database',
profile_name => 'GENAI',
action => 'chat')
FROM dual;
ORA-20000: ORA-24247: Network access denied by access control list (ACL) ORA-06512: at "C##CLOUD$SERVICE.DBMS_CLOUD", line 2212 ORA-06512: at "C##CLOUD$SERVICE.DBMS_CLOUD_AI", line 11792 ORA-06512: at line 1
https://docs.oracle.com/error-help/db/ora-20000/ 20000. 00000 - "%s" *Cause: The stored procedure 'raise_application_error' was called which causes this error to be generated. *Action: Correct the problem as described in the error message or contact the application administrator or DBA for more information. Error at Line: 1 Column: 6
Show info
Nothing worked Tried lots of approaches
Upvotes: 0
Views: 23