分类:
2012-03-04 22:13:34
原文地址:oracle数据库添加内存 作者:syxian
[root@ora29]#tune2fs -l /dev/sda1| grep "Block size"查看块大小,到内存中即页大小
cat >> /etc/sysctl.conf << EOF
kernel.shmall = 7340032
kernel.shmmax = 34359738368
EOF
SYS>alter system set db_files=9300 scope=spfile ;