You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 26, 2021. It is now read-only.
Have tried this repo successfully yesterday on a local Ubuntu 18.04 host and now wanted to replicate on a brand new server host in our production environment.
When running docker run ... and looking into the logs, we do get the following error message:
[WARNING] ORA-00821: Specified value of sga_target 1536M is too small, needs to be at least 2416M
ORA-01078: failure in processing system parameters
[FATAL] ORA-01034: ORACLE not available
I have tried setting environment variables like SGA_TARGET or ORA_RMAN_SGA_TARGET or ORACLE_SGA_TARGET with much higher values but always get the same error.
Any idea on how I could tell the oracle installer to use a higher value for sga_target?
Have tried this repo successfully yesterday on a local Ubuntu 18.04 host and now wanted to replicate on a brand new server host in our production environment.
When running
docker run ...and looking into the logs, we do get the following error message:I have tried setting environment variables like
SGA_TARGETorORA_RMAN_SGA_TARGETorORACLE_SGA_TARGETwith much higher values but always get the same error.Any idea on how I could tell the oracle installer to use a higher value for sga_target?