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

How to enable Oracle Java? #30

Open
isaac57 opened this issue Nov 15, 2024 · 1 comment
Open

How to enable Oracle Java? #30

isaac57 opened this issue Nov 15, 2024 · 1 comment
Assignees

Comments

@isaac57
Copy link

isaac57 commented Nov 15, 2024

I tried enabling Oracle Java by following the instructions here.

BEGIN
   DBMS_CLOUD_ADMIN.ENABLE_FEATURE(
       feature_name => 'JAVAVM' );
END;
/

I then restarted the container. I have my /u01/data folder mounted to a volume so data should be persisted.

However after waiting a while and running

SELECT status, version FROM DBA_REGISTRY
   WHERE comp_id = 'JAVAVM';

I still don't see that Java has been enabled.

Is there any way to enable Oracle Java on the database?

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

aosingh commented Nov 20, 2024

@isaac57

Currently, JAVAVM is disabled in the adb-free container image. Due the size constraints we had to disable certain features in the adb-free container image.

We will evaluate this requirement internally and get back.

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