Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Select AI + APEX

Jose M. SivianesJul 15 2024

Hello, I have followed all the steps in this blog:

https://blogs.oracle.com/apex/post/configuring-generative-ai-in-oracle-apex-using-select-ai

But when I run the last part

BEGIN

dbms\_output.put\_line(

    dbms\_cloud\_ai.generate(

                            prompt => 'total tasks having status as closed ',

                            action => 'showsql',

                            profile\_name => 'OPENAI\_GPT'

                           )

  );

END;

I get this error

ORA-20000: ORA-24247: Network access denied by access control list (ACL)

ORA-06512: en "C##CLOUD$SERVICE.DBMS_CLOUD$PDBCS_240705_0", línea 2064

ORA-06512: en "C##CLOUD$SERVICE.DBMS_CLOUD_AI", línea 5674

ORA-06512: en línea 2 Error at Line: 7 Column: 0

I don't know how to continue and I don't see that from APEX I have visibility of the OPENAI_GPT profile.
Has anyone been able to complete it?

Thanks

This post has been answered by InoL on Jul 16 2024
Jump to Answer
Comments
Post Details
Added on Jul 15 2024
7 comments
437 views