insufficient shm-object space
I have a problem working with geometries
For example when I execute this sql
SELECT SDO_GEOMETRY('POINT(497311 4678860)', 25831) FROM dual;
I get this error
Bulk load of method java/lang/reflect/Field.
I found some possible solutions, one of them is related about /etc/fstab file, but there isn't a fstab file in the container.
My run docker command is:
docker run -d -p 8080:8080 -p 1521:1521 --name dockerDB -v OracleDBData:/u01/app/oracle -e DBCA_TOTAL_MEMORY=8024 --shm-size 8g sath89/oracle-ee-11g
SQL> SELECT SDO_GEOMETRY('POINT(497311 4678860)', 25831) FROM dual;
SELECT SDO_GEOMETRY('POINT(497311 4678860)', 25831) FROM dual
*
ERROR at line 1:
ORA-29516: Aurora assertion failure: Assertion failure at joez.c:3311
Bulk load of method java/lang/Object.