Unixware下安装oracle8i数据库脚本 硬件要求 cpu: An Intel-based system Memory : >=128M Swap Space : 3倍于内存 Disk Space : >=750M(建议>=1G) CD-ROM Ethernet Controller
系统要求 Operating System : UnixWare7 Server 7.1. The Optimizing C compilation system is required.GUI Requirements : X11R6 from the current system release . 若要安装Pro*COBOL, 8.1.5 : SCO UnixWare requires Micro Focus COBOL 4.1 or higher 若要安装Pro*C/C++, 8.1.5 :SCO UnixWare requires UDK Optimizing C compilation system 7 and UDK C++ compilation system 7.1.若要安装Pro*COBOL, 1.8.50 :Requires Micro Focus COBOL 4.1若要安装JDK version for JDBC Drivers :JDK 1.1.7
修改文件权限及内核参数 1、chmod 666 /dev/async 2、vi /etc/conf/node.d/async à666 3、用/etc/conf/bin/idtune修改内核参数 ./idtune -f SHMMIN 1 ./idtune -f SHMMAX 0.5*内存*1024*1024 ./idtune -f SHMMNI 100 ./idtune -f SHMSEG 15 ./idtune -f SEMMNI 100 ./idtune -f SEMMSL processes(数据库可创建进程) + 10 (对于一个数据库实例) ./idtune -f SEMMNS 2 * processes + 10 (对于一个数据库实例) ./idtune -f SEMOPM 100 ./idtune -f SCORLIM 0X7FFFFFFF (The core dump size soft limit) ./idtune -f HCORLIM 0X7FFFFFFF (The core dump size hard limit) ./idtune -f SDATLIM 0X7FFFFFFF (The process heapspace) ./idtune -f HDATLIM 0X7FFFFFFF (This parameter is the same as SDATLIM) ./idtune -f SVMMLIM 0X7FFFFFFF (The process virtual memory size) ./idtune -f HVMMLIM 0X7FFFFFFF (This parameter is the same as SVMMLIM) ./idtune -f SFSZLIM 0X7FFFFFFF (The largest file size a process may have) ./idtune -f HFSZLIM 0X7FFFFFFF (This parameter is the same as SFSZLIM) ./idtune -f HFNOLIM 2048 ./idtune -f SFNOLIM 2048 ./idtune -f NPROC 12500 (20 + 8 * MAXUSERS) ./idtune -f ARG_MAX 1048576 ./idtune -f NPBUF 100 ./idtune -f MAXUP 5000 ./idtune -f STRTHRESH 0X1000000 3、./idbuild 4、init 6