<?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>HowtoLinux &#187; Oracle</title>
	<atom:link href="http://www.debiandoctor.com/category/oracle/feed" rel="self" type="application/rss+xml" />
	<link>http://www.debiandoctor.com</link>
	<description>The best Unix/Linux Server Resources  Availabe on Internet.</description>
	<lastBuildDate>Sat, 20 Mar 2010 19:29:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Oracle 10g on Solaris 10 SPARC installation notes</title>
		<link>http://www.debiandoctor.com/oracle/oracle-10g-on-solaris-10-sparc-installation-notes.html</link>
		<comments>http://www.debiandoctor.com/oracle/oracle-10g-on-solaris-10-sparc-installation-notes.html#comments</comments>
		<pubDate>Fri, 06 Jul 2007 00:07:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://pearlin.info/blog/?p=30</guid>
		<description><![CDATA[groupadd -g 100 dba
groupadd -g 101 oinstall
useradd -u 101 -d /export/home/oracle -g oinstall -G dba -m -s /usr/bin/bash oracle
passwd oracle
cp /etc/system /etc/system.orig
Add the following parameters in /etc/system
set noexec_user_stack=1
set semsys:seminfo_semmni=100
set semsys:seminfo_semmns=1024
set semsys:seminfo_semmsl=256
set semsys:seminfo_semvmx=32767
set shmsys:shminfo_shmmax=4294967295
set shmsys:shminfo_shmmin=1
set shmsys:shminfo_shmmni=100
set shmsys:shminfo_shmseg=10
/usr/sbin/reboot
su &#8211; oracle
mkdir oradata
Add the following parameters in .bash_profile
umask 022
export ORACLE_SID=[sid]
export ORACLE_HOME=[path]
export PATH=$ORACLE_HOME/bin:$PATH
. ./.bash_profile
Upload Oracle 10g binary (i.e. cpio or cpio.gz files) to a directory on the target machine. An example could be /download go to the directory where the Oracle binary are located gunzip ...]]></description>
		<wfw:commentRss>http://www.debiandoctor.com/oracle/oracle-10g-on-solaris-10-sparc-installation-notes.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
