oracle9i数据库(kù)64位win7自第5版(bǎn)起就(jiù)提供了(le)分(fèn)布(bù)式处(chù)理能力(lì),到(dào)第7版(bǎn)就有比较(jiào)完善的分(fèn)布式数据(jù)库功能了,一个ORACLE分布式数(shù)据库由oraclerdbms、sql*Net、SQL*CONNECT和其他(tā)非(fēi)ORACLE的关系型(xíng)产品构成。

一(yī)、准备安装(zhuāng)
基本都是按部就班。
使用(yòng)的OS版本:OEL4
安装程序路径:
/mnt/Oracle11g_linux_x86_64/database
创建用(yòng)户(hù)
使用的(de).bash_profile
修(xiū)改(gǎi)的核心参数:
kernel.shmall = 2097152
kernel.shmmax = 2 147483648
kernel.shmmni = 4096
fs.file-max = 65536
net.ipv4.ip_local_port_range = 1024 65000
net.core.rmem_default=262144
net.core.wmem_default=262144
net.core.rmem_max=262144
net.core.wmem_max=262144
使用xclock检(jiǎn)查display正确:
代码:
total 10
drwxr-xr-x 4 1003 oinstall 96 Mar 23 18:45 doc
drwxr-xr-x 5 1003 oinstall 1024 Mar 23 18:45 install
drwxr-xr-x 2 1003 oinstall 1024 Mar 23 18:45 response
-rwxr-xr-x 1 1003 oinstall 1251 Mar 23 18:45 runInstaller
drwxr-xr-x 12 1003 oinstall 1024 Mar 23 18:45 stage
-rw-r--r-- 1 1003 oinstall 4638 Mar 23 18:45 welcome.html
Starting Oracle Universal Installer...
Checking installer requirements...
Checking operating system version: must be redhat-3, SuSE-9,
redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2
Passed
All installer requirements met.
Preparing to launch Oracle Universal Installer from
/tmp/OraInstall2007-06-28_02-26-12AM. Please wait ...
[oracle@ractest database]$ Oracle Universal Installer, Version 11.1.0.2.0 Production
Copyright (C) 1999, 2007, Oracle. All rights reserved.
Oracle Universal Installer, Version 11.1.0.2.0 Production
Copyright (C) 1999, 2007, Oracle. All rights reserved.
启动图形以后选择basic&n
选择oracle base的时(shí)候(hòu),oracle不推荐使用user home作为(wéi)oracle base,这(zhè)里我(wǒ)选yes忽略
进行(háng)prerequirements检查的时候,安装程序(xù)认为swap不足,我(wǒ)选(xuǎn)择YES忽略
执行提(tí)示脚本,安装完毕
代码:
Changing permissions of /home/oracle/oraInventory to 770.
Changing groupname of /home/oracle/oraInventory to dba.
The execution of the script is complete
Running Oracle 11g root .sh script...
The following environment variables are set as:
ORACLE_OWNER= oracle
ORACLE_HOME= /home/oracle/11g
Enter the full pathname of the local bin directory: [/usr/local/bin]:
Copying dbhome to /usr/local/bin ...
Copying oraenv to /usr/local/bin ...
Copying coraenv to /usr/local/bin ...
Creating /etc/oratab file...
Entries will be added to the /etc/oratab file as needed by
Database Configuration Assistant when a database is created
Finished running generic part of root .sh script.
Now product-specific root actions will be performed.
Finished product-specific root actions.
安装(zhuāng)完毕。