Isaac Neher
Results
1
issues of
Isaac Neher
I tried enabling Oracle Java by following the instructions [here](https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/adbsb/autonomous-oracle-java.html#GUID-4DE7BF11-B09F-42D4-8BC5-441ED18DB2D9). ``` BEGIN DBMS_CLOUD_ADMIN.ENABLE_FEATURE( feature_name => 'JAVAVM' ); END; / ``` I then restarted the container. I have my /u01/data folder...