Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ORA-20987: APEX - The DBMS_CLOUD package is not available on this system. - Contact your application administrator. #32

Open
alexesca opened this issue Nov 20, 2024 · 3 comments
Assignees

Comments

@alexesca
Copy link

alexesca commented Nov 20, 2024

I am trying to follow this article, Seamless PDF Generation with Oracle APEX and OCI Document Generator, and it asks me to create a credential in my database.

When I run a similar code to the following, I get this error:

BEGIN
    APEX_INSTANCE_ADMIN.CREATE_CLOUD_CREDENTIAL (
    p_credential_name       => 'MY_CREDENTIAL',
    p_user_ocid             => 'ocid1.user.oc1...',
    p_tenancy_ocid          => 'ocid1.tenancy.oc1..',
    p_private_key           => 'ABCDEFGHIJKLMNOPQRSTUVWXYZ',
    p_fingerprint           => '12:34:56:78:90:ab:cd:ef:12:34:56:78:90:ab:cd:ef' );
END;

ORA-20987: APEX - The DBMS_CLOUD package is not available on this system. - Contact your application administrator.

I found this comment in this forum. It says that the issue was fixed in the APEX 24.1.2 patch. The adb-free:24.9.3.2 has APEX 24.1.1

https://forums.oracle.com/ords/apexds/post/apex-instance-admin-create-cloud-credential-2174

image

I am using the following autonomous database version that has APEX 24.1.1. It is now impossible for me to continue developing the feature I need because I cannot upgrade the version of apex myself. This is why we need this database image to be updated more often

docker pull ghcr.io/oracle/adb-free:24.9.3.2

@aosingh aosingh self-assigned this Nov 23, 2024
@aosingh
Copy link
Member

aosingh commented Nov 25, 2024

@alexesca

The image to-be-released will have APEX 24.1.4 patch set

@aosingh
Copy link
Member

aosingh commented Dec 12, 2024

@alexesca

We have released 23ai image with APEX 24.1.4 patch set. Could you please test with it ?

docker pull ghcr.io/oracle/adb-free:24.11.4.2-23ai

@aosingh
Copy link
Member

aosingh commented Dec 20, 2024

@alexesca

We have also released 19c image with newer APEX patch set.

docker pull ghcr.io/oracle/adb-free:24.12.1.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants