Database Administration (MOSC)

MOSC Banner

ORA-27102: out of memory

When I tried to install oracle 10g on red hat Linux 4, I've stumbled on this error out of memory, but 10g is perfectly installed in my other Linux system that has the same memory any idea how to fix this?

Use 16 GB RAM and SWAP 16 GB

Check below mention parameter for your reference..

kernel.core_uses_pid = 1

fs.file-max = 327679

kernel.msgmni = 2878

kernel.msgmax = 8192

kernel.msgmnb = 65536

kernel.sem = 250 32000 100 142

kernel.shmmni = 4096

kernel.shmall = 1073741824

kernel.shmmax = 4294967295

net.core.rmem_default = 262144

# For 11g recommended value for net.core.rmem_max is 4194304

#net.core.rmem_max = 4194304

# For 10g uncomment the following line, comment other entries for this parameter and re-run sysctl -p

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center