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

insufficient shm-object space #4

Open
abusquets opened this issue Nov 17, 2018 · 0 comments
Open

insufficient shm-object space #4

abusquets opened this issue Nov 17, 2018 · 0 comments

Comments

@abusquets
Copy link

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. failed; insufficient shm-object space

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. failed; insufficient shm-object
space
ORA-06512: at "MDSYS.SDO_UTIL", line 187
ORA-06512: at "MDSYS.SDO_GEOMETRY", line 76
ORA-06512: at line 1

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

1 participant