-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
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?
Metadata
Metadata
Assignees
Labels
No labels