To install Oracle Database 10g, I need to increase the swap memory to 1004 MB. <br>[root@server OpenBravo]# rpm -ivh oracle-xe-univ-10.2.0.1-1.0.i386.rpm<br>Preparing...                ########################################### [100%]
<br>This system does not meet the minimum requirements for swap space.  Based on<br>the amount of physical memory available on the system, Oracle Database 10g<br>Express Edition requires 1004 MB of swap space. This system has 504 MB
<br>of swap space.  Configure more swap space on the system and retry the installation.<br>error: %pre(oracle-xe-univ-10.2.0.1-1.0.i386) scriptlet failed, exit status 1<br>error:   install: %pre scriptlet failed (2), skipping 
oracle-xe-univ-10.2.0.1-1.0<br><br>Below is my system information.<br>[root@server ~]# cat /proc/meminfo | grep MemTotal<br>MemTotal:       514152 kB<br>[root@server ~]# cat /proc/meminfo | grep SwapTotal<br>SwapTotal:      524280 kB
<br>[root@server ~]# ipcs -lm<br><br>------ Shared Memory Limits --------<br>max number of segments = 4096<br>max seg size (kbytes) = 32768<br>max total shared memory (kbytes) = 8388608<br>min seg size (bytes) = 1<br><br>
<br>Couldsomebody explain how to do this the fastest way? Thanks!<br>