<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: How to install Oracle Client 10g on Red Hat Enterprise Linux 5</title>
	<atom:link href="http://www.brucalipto.org/linux/how-to-install-oracle-client-10g-on-red-hat-enterprise-linux-5/feed" rel="self" type="application/rss+xml" />
	<link>http://www.brucalipto.org/linux/how-to-install-oracle-client-10g-on-red-hat-enterprise-linux-5</link>
	<description>Tenete la porta aperta...</description>
	<lastBuildDate>Mon, 06 Feb 2012 11:11:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: shahnawaj</title>
		<link>http://www.brucalipto.org/linux/how-to-install-oracle-client-10g-on-red-hat-enterprise-linux-5/comment-page-1#comment-73422</link>
		<dc:creator>shahnawaj</dc:creator>
		<pubDate>Mon, 06 Feb 2012 11:11:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.brucalipto.org/?p=69#comment-73422</guid>
		<description>please tell me lunch from ,report and oc4j start</description>
		<content:encoded><![CDATA[<p>please tell me lunch from ,report and oc4j start</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shahnawaj</title>
		<link>http://www.brucalipto.org/linux/how-to-install-oracle-client-10g-on-red-hat-enterprise-linux-5/comment-page-1#comment-73421</link>
		<dc:creator>shahnawaj</dc:creator>
		<pubDate>Mon, 06 Feb 2012 11:08:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.brucalipto.org/?p=69#comment-73421</guid>
		<description>how i can install oracle 10g developer suite on red hat 5  please tell me. steps.</description>
		<content:encoded><![CDATA[<p>how i can install oracle 10g developer suite on red hat 5  please tell me. steps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tips to gta san andreas cheat codes for pc</title>
		<link>http://www.brucalipto.org/linux/how-to-install-oracle-client-10g-on-red-hat-enterprise-linux-5/comment-page-1#comment-69879</link>
		<dc:creator>tips to gta san andreas cheat codes for pc</dc:creator>
		<pubDate>Fri, 06 Jan 2012 11:02:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.brucalipto.org/?p=69#comment-69879</guid>
		<description>I cherished as much as you will obtain carried out right here. The cartoon is attractive, your authored subject matter stylish. nonetheless, you command get got an shakiness over that you would like be turning in the following. sick definitely come further in the past again as exactly the same nearly very continuously inside of case you shield this hike.</description>
		<content:encoded><![CDATA[<p>I cherished as much as you will obtain carried out right here. The cartoon is attractive, your authored subject matter stylish. nonetheless, you command get got an shakiness over that you would like be turning in the following. sick definitely come further in the past again as exactly the same nearly very continuously inside of case you shield this hike.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: omario</title>
		<link>http://www.brucalipto.org/linux/how-to-install-oracle-client-10g-on-red-hat-enterprise-linux-5/comment-page-1#comment-8735</link>
		<dc:creator>omario</dc:creator>
		<pubDate>Fri, 17 Dec 2010 07:17:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.brucalipto.org/?p=69#comment-8735</guid>
		<description>Here it is see for yourself if you need it;

#!/bin/sh
if [ -d &quot;/etc&quot; ]; then
chmod 755 /etc;
fi
if [ -f &quot;/home/oracle/oraInventory/oraInst.loc&quot; ]; then
cp /home/oracle/oraInventory/oraInst.loc /etc/oraInst.loc;
else
INVPTR=/etc/oraInst.loc
INVLOC=/home/oracle/oraInventory
GRP=oinstall
PTRDIR=&quot;`dirname $INVPTR`&quot;;
# Create the software inventory location pointer file
if [ ! -d &quot;$PTRDIR&quot; ]; then
 mkdir -p $PTRDIR;
fi
echo &quot;Creating the Oracle inventory pointer file ($INVPTR)&quot;;
echo    inventory_loc=$INVLOC &gt; $INVPTR
echo    inst_group=$GRP &gt;&gt; $INVPTR
chmod 644 $INVPTR
# Create the inventory directory if it doesn&#039;t exist
if [ ! -d &quot;$INVLOC&quot; ];then
 echo &quot;Creating the Oracle inventory directory ($INVLOC)&quot;;
 mkdir -p $INVLOC;
fi
fi
echo &quot;Changing permissions of /home/oracle/oraInventory to 770.&quot;;
chmod -R 770 /home/oracle/oraInventory;
if [ $? != 0 ]; then
 echo &quot;OUI-35086:WARNING: chmod of /home/oracle/oraInventory to 770 failed!&quot;;
fi
echo &quot;Changing groupname of /home/oracle/oraInventory to oinstall.&quot;;
chgrp oinstall /home/oracle/oraInventory;
if [ $? != 0 ]; then
 echo &quot;OUI-10057:WARNING: chgrp of /home/oracle/oraInventory to oinstall failed!&quot;;
fi
echo &quot;The execution of the script is complete&quot;</description>
		<content:encoded><![CDATA[<p>Here it is see for yourself if you need it;</p>
<p>#!/bin/sh<br />
if [ -d "/etc" ]; then<br />
chmod 755 /etc;<br />
fi<br />
if [ -f "/home/oracle/oraInventory/oraInst.loc" ]; then<br />
cp /home/oracle/oraInventory/oraInst.loc /etc/oraInst.loc;<br />
else<br />
INVPTR=/etc/oraInst.loc<br />
INVLOC=/home/oracle/oraInventory<br />
GRP=oinstall<br />
PTRDIR=&#8221;`dirname $INVPTR`&#8221;;<br />
# Create the software inventory location pointer file<br />
if [ ! -d "$PTRDIR" ]; then<br />
 mkdir -p $PTRDIR;<br />
fi<br />
echo &#8220;Creating the Oracle inventory pointer file ($INVPTR)&#8221;;<br />
echo    inventory_loc=$INVLOC &gt; $INVPTR<br />
echo    inst_group=$GRP &gt;&gt; $INVPTR<br />
chmod 644 $INVPTR<br />
# Create the inventory directory if it doesn&#8217;t exist<br />
if [ ! -d "$INVLOC" ];then<br />
 echo &#8220;Creating the Oracle inventory directory ($INVLOC)&#8221;;<br />
 mkdir -p $INVLOC;<br />
fi<br />
fi<br />
echo &#8220;Changing permissions of /home/oracle/oraInventory to 770.&#8221;;<br />
chmod -R 770 /home/oracle/oraInventory;<br />
if [ $? != 0 ]; then<br />
 echo &#8220;OUI-35086:WARNING: chmod of /home/oracle/oraInventory to 770 failed!&#8221;;<br />
fi<br />
echo &#8220;Changing groupname of /home/oracle/oraInventory to oinstall.&#8221;;<br />
chgrp oinstall /home/oracle/oraInventory;<br />
if [ $? != 0 ]; then<br />
 echo &#8220;OUI-10057:WARNING: chgrp of /home/oracle/oraInventory to oinstall failed!&#8221;;<br />
fi<br />
echo &#8220;The execution of the script is complete&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: surround sound receivers</title>
		<link>http://www.brucalipto.org/linux/how-to-install-oracle-client-10g-on-red-hat-enterprise-linux-5/comment-page-1#comment-8725</link>
		<dc:creator>surround sound receivers</dc:creator>
		<pubDate>Thu, 16 Dec 2010 22:04:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.brucalipto.org/?p=69#comment-8725</guid>
		<description>Change your living room in to a cinema by having a projecter, silver screen along with a complete audio system which has surround sound</description>
		<content:encoded><![CDATA[<p>Change your living room in to a cinema by having a projecter, silver screen along with a complete audio system which has surround sound</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://www.brucalipto.org/linux/how-to-install-oracle-client-10g-on-red-hat-enterprise-linux-5/comment-page-1#comment-8655</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Wed, 15 Dec 2010 11:48:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.brucalipto.org/?p=69#comment-8655</guid>
		<description>i did the installation as directed above and it went fine except last step, it didnt prompt me to execute orainstRoot.sh or any such script. i did a search from root with find / -name orainstRoot.sh but couldnt find anything.

Any help.?</description>
		<content:encoded><![CDATA[<p>i did the installation as directed above and it went fine except last step, it didnt prompt me to execute orainstRoot.sh or any such script. i did a search from root with find / -name orainstRoot.sh but couldnt find anything.</p>
<p>Any help.?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: free microsoft word</title>
		<link>http://www.brucalipto.org/linux/how-to-install-oracle-client-10g-on-red-hat-enterprise-linux-5/comment-page-1#comment-6736</link>
		<dc:creator>free microsoft word</dc:creator>
		<pubDate>Wed, 24 Nov 2010 23:15:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.brucalipto.org/?p=69#comment-6736</guid>
		<description>very nice post. Thanks for posting</description>
		<content:encoded><![CDATA[<p>very nice post. Thanks for posting</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: omario</title>
		<link>http://www.brucalipto.org/linux/how-to-install-oracle-client-10g-on-red-hat-enterprise-linux-5/comment-page-1#comment-6301</link>
		<dc:creator>omario</dc:creator>
		<pubDate>Thu, 11 Nov 2010 15:14:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.brucalipto.org/?p=69#comment-6301</guid>
		<description>All went fine except for installing IBM XL C/C++ Advanced Edition V7.0, when installing this do not make the mistake (like me) to install only 3 packages from this but 4! Thnx for the manual, first sensible thing i found in 2 days.</description>
		<content:encoded><![CDATA[<p>All went fine except for installing IBM XL C/C++ Advanced Edition V7.0, when installing this do not make the mistake (like me) to install only 3 packages from this but 4! Thnx for the manual, first sensible thing i found in 2 days.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anton</title>
		<link>http://www.brucalipto.org/linux/how-to-install-oracle-client-10g-on-red-hat-enterprise-linux-5/comment-page-1#comment-4076</link>
		<dc:creator>anton</dc:creator>
		<pubDate>Wed, 04 Aug 2010 21:13:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.brucalipto.org/?p=69#comment-4076</guid>
		<description>nice job. this work 100%. thank you</description>
		<content:encoded><![CDATA[<p>nice job. this work 100%. thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean S</title>
		<link>http://www.brucalipto.org/linux/how-to-install-oracle-client-10g-on-red-hat-enterprise-linux-5/comment-page-1#comment-3902</link>
		<dc:creator>Sean S</dc:creator>
		<pubDate>Wed, 21 Jul 2010 07:55:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.brucalipto.org/?p=69#comment-3902</guid>
		<description>Very handy guide, thanks.</description>
		<content:encoded><![CDATA[<p>Very handy guide, thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

