<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://gentoo-zh.org/extern.php?action=feed&amp;tid=617&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Gentoo中文社区 / oracle 10G/11G 安装脚本]]></title>
		<link>http://www.gentoo-zh.org/viewtopic.php?id=617</link>
		<description><![CDATA[oracle 10G/11G 安装脚本 最近发表的帖子。]]></description>
		<lastBuildDate>Mon, 19 Dec 2022 15:43:47 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: oracle 10G/11G 安装脚本]]></title>
			<link>http://www.gentoo-zh.org/viewtopic.php?pid=676#p676</link>
			<description><![CDATA[<p>学习使人进步</p>]]></description>
			<author><![CDATA[dummy@example.com (ＴＭＤ)]]></author>
			<pubDate>Mon, 19 Dec 2022 15:43:47 +0000</pubDate>
			<guid>http://www.gentoo-zh.org/viewtopic.php?pid=676#p676</guid>
		</item>
		<item>
			<title><![CDATA[oracle 10G/11G 安装脚本]]></title>
			<link>http://www.gentoo-zh.org/viewtopic.php?pid=660#p660</link>
			<description><![CDATA[<p>yum -y install&#160; binutils-* compat-libstdc++-* compat-libcap1-* elfutils-libelf-* elfutils-libelf-devel-* gcc* gcc-c++-* glibc* glibc-common-* glibc-devel-* glibc-headers-* ksh-* libaio-* libaio-devel-* libgcc-* libstdc++-* libstdc++-devel* make-* sysstat-* unixODBC-* unixODBC-devel-* numactl-devel-* pdksh-* kernel-headers* wget</p><br /><br /><p>umask 022<br />stty erase ^H<br />PATH=$PATH:$HOME/bin<br />TMP=/tmp<br />TMPDIR=$TMP<br />ORACLE_BASE=/home/oracle/app/oracle<br />ORACLE_HOME=$ORACLE_BASE/product/11.2.0/db_1<br />ORACLE_SID=batsom<br />ORACLE_TERM=xterm<br />PATH=$PATH:$HOME/bin:$ORACLE_HOME/bin<br />LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib<br />CLASSPATH=$ORACLE_HOME/JRE:$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib<br />NLS_DATE_FORMAT=&quot;yyyy-mm-dd HH24:MI:SS&quot;<br />NLS_LANG=AMERICAN_AMERICA.ZHS16GBK<br />export EDITOR=vi<br />export TMP TMPDIR ORACLE_TERM CLASSPATH NLS_DATE_FORMAT ORACLE_BASE ORACLE_HOME ORACLE_SID PATH LD_LIBRARY_PATH NLS_LANG EDITOR<br />&gt;&gt;/home/oracle/.bash_profile </p><p>oracle soft nproc 2047<br />oracle hard nproc 16384<br />oracle soft nofile 1024<br />oracle hard nofile 65536<br />grid soft nproc 2047<br />grid hard nproc 16384<br />grid soft nofile 1024<br />grid hard nofile 65536</p><p>if [ $USER = &quot;oracle&quot; ]||[ $USER = &quot;grid&quot; ]; then<br />if [ $SHELL = &quot;/bin/ksh&quot; ]; then<br />ulimit -p 16384<br />ulimit -n 65536<br />else<br />ulimit -u 16384 -n 65536<br />fi<br />fi</p><p>fs.aio-max-nr = 1048576<br />fs.file-max = 6815744<br />kernel.shmall = 2097152<br />kernel.shmmax = 1054472192<br />kernel.shmmni = 4096<br />kernel.sem = 250 32000 100 128<br />net.ipv4.ip_local_port_range = 9000 65500<br />net.core.rmem_default = 262144<br />net.core.rmem_max = 4194304<br />net.core.wmem_default = 262144<br />net.core.wmem_max = 1048586<br />net.ipv4.tcp_wmem = 262144 262144 262144<br />net.ipv4.tcp_rmem = 4194304 4194304 4194304</p><p>/home/oracle/app/oraInventory/orainstRoot.sh<br />/home/oracle/app/oracle/product/11.2.0/db_1/root.sh</p><p>详细文档<br /><a href="http://oneindex.gentoo.site/11g%E5%AE%89%E8%A3%85%E8%84%9A%E6%9C%AC/" rel="nofollow">http://oneindex.gentoo.site/11g%E5%AE%8 … %E6%9C%AC/</a></p>]]></description>
			<author><![CDATA[dummy@example.com (batsom)]]></author>
			<pubDate>Sun, 11 Dec 2022 00:16:37 +0000</pubDate>
			<guid>http://www.gentoo-zh.org/viewtopic.php?pid=660#p660</guid>
		</item>
	</channel>
</rss>
