<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>月影鹏鹏 &#187; oracle 11g RHEL 5</title>
	<atom:link href="http://jk.aiwaly.com/wp/tag/oracle-11g-rhel-5/feed" rel="self" type="application/rss+xml" />
	<link>http://jk.aiwaly.com</link>
	<description>不断探索,追求卓越,做快乐自己</description>
	<lastBuildDate>Thu, 29 Mar 2012 01:09:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>在 RHEL 5 上安装 Oracle 11g</title>
		<link>http://jk.aiwaly.com/wp/%e5%9c%a8-rhel-5-%e4%b8%8a%e5%ae%89%e8%a3%85-oracle-11g.html</link>
		<comments>http://jk.aiwaly.com/wp/%e5%9c%a8-rhel-5-%e4%b8%8a%e5%ae%89%e8%a3%85-oracle-11g.html#comments</comments>
		<pubDate>Sat, 10 May 2008 09:21:32 +0000</pubDate>
		<dc:creator>月影鹏鹏</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[oracle 11g  RHEL 5]]></category>

		<guid isPermaLink="false">http://www.yueying.com/wordpress/?p=4</guid>
		<description><![CDATA[

在 RHEL 5 上安装 Oracle 11g


期待已久的 Oracle 11g 终于发布正式可以提供下载了。第一个发布的平台果然是 Linux 版本。几年前都是 Solaris 第一个。可见操作系统领域市场的变迁。
11g 的软件介质不小，单个文件，1.7G，这个文件是个大杂烩，包含了一大堆的组件。在 RHEL 5 上安装相对还是比较顺利。先需要看看我以前写的 10g 安装攻略。有时间的话，也不仿移步访问一下这篇：RHEL 上安装 Oracle 的注意事项
环境变量的变化
ORA_NLSxx 环境变量必须(?) 用 ORA_NLS10 ，以前在 10g 上还兼容的 ORA_NLS33 不能继续用的。
export ORA_NLS10=$ORACLE_HOME/nls/data
否则建库的时候会报告 ORA-12075 错误。
核心变量的设置
修改 /etc/sysctl.conf，追加如下内容：
# First line:SEMMSL SEMMNS SEMOPM SEMMNI
kernel.sem=1055 32000 100 128
kernel.shmmax=2147483648
kernel.shmall = 2097152
net.ipv4.tcp_sack = 0
net.ipv4.tcp_timestamps = 0
net.ipv4.conf.default.rp_filter = 0
net.core.optmem_max = 65535
net.core.rmem_default = 4194304
net.core.wmem_default = [...]]]></description>
		<wfw:commentRss>http://jk.aiwaly.com/wp/%e5%9c%a8-rhel-5-%e4%b8%8a%e5%ae%89%e8%a3%85-oracle-11g.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

