<?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: Oracle 11g step-by-step Installation Guide with Screenshots</title>
	<atom:link href="http://www.thegeekstuff.com/2008/10/oracle-11g-step-by-step-installation-guide-with-screenshots/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thegeekstuff.com/2008/10/oracle-11g-step-by-step-installation-guide-with-screenshots/</link>
	<description>Guides, HowTos and Tips for Technology Geeks</description>
	<lastBuildDate>Thu, 09 Feb 2012 13:04:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Amar</title>
		<link>http://www.thegeekstuff.com/2008/10/oracle-11g-step-by-step-installation-guide-with-screenshots/comment-page-1/#comment-184451</link>
		<dc:creator>Amar</dc:creator>
		<pubDate>Wed, 25 Jan 2012 18:30:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=219#comment-184451</guid>
		<description>m having problem of TNS protocol error in oracle 10g...
i hav tried all pssble wayzzz for fixing this problem bt its still the same...
plz help me gyuzzz</description>
		<content:encoded><![CDATA[<p>m having problem of TNS protocol error in oracle 10g&#8230;<br />
i hav tried all pssble wayzzz for fixing this problem bt its still the same&#8230;<br />
plz help me gyuzzz</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kwesi</title>
		<link>http://www.thegeekstuff.com/2008/10/oracle-11g-step-by-step-installation-guide-with-screenshots/comment-page-1/#comment-181220</link>
		<dc:creator>Kwesi</dc:creator>
		<pubDate>Fri, 20 Jan 2012 08:14:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=219#comment-181220</guid>
		<description>am new at using Oracle. thanks guys i came here for one reason, but i have really learnt a lot.
keep up the good work.</description>
		<content:encoded><![CDATA[<p>am new at using Oracle. thanks guys i came here for one reason, but i have really learnt a lot.<br />
keep up the good work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: swapna</title>
		<link>http://www.thegeekstuff.com/2008/10/oracle-11g-step-by-step-installation-guide-with-screenshots/comment-page-1/#comment-175685</link>
		<dc:creator>swapna</dc:creator>
		<pubDate>Tue, 10 Jan 2012 05:08:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=219#comment-175685</guid>
		<description>from wer i can download this setup.</description>
		<content:encoded><![CDATA[<p>from wer i can download this setup.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thika subber</title>
		<link>http://www.thegeekstuff.com/2008/10/oracle-11g-step-by-step-installation-guide-with-screenshots/comment-page-1/#comment-152762</link>
		<dc:creator>thika subber</dc:creator>
		<pubDate>Fri, 09 Dec 2011 17:00:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=219#comment-152762</guid>
		<description>thank you vvvvvvvvvvvvvvvvvvvvvvvery much i&#039;m thika from iraq 
so much clearly</description>
		<content:encoded><![CDATA[<p>thank you vvvvvvvvvvvvvvvvvvvvvvvery much i&#8217;m thika from iraq<br />
so much clearly</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prashanth S Nilekani</title>
		<link>http://www.thegeekstuff.com/2008/10/oracle-11g-step-by-step-installation-guide-with-screenshots/comment-page-1/#comment-144611</link>
		<dc:creator>Prashanth S Nilekani</dc:creator>
		<pubDate>Thu, 24 Nov 2011 12:43:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=219#comment-144611</guid>
		<description>it is nice to use..... i really satisfied...</description>
		<content:encoded><![CDATA[<p>it is nice to use&#8230;.. i really satisfied&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabriela</title>
		<link>http://www.thegeekstuff.com/2008/10/oracle-11g-step-by-step-installation-guide-with-screenshots/comment-page-1/#comment-143713</link>
		<dc:creator>Gabriela</dc:creator>
		<pubDate>Tue, 22 Nov 2011 19:47:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=219#comment-143713</guid>
		<description>Hi guys,

During installation, if they have seen the error ORA-12560, should verify the configuration of the Oracle instance you want to connect, try the following:

set ORACLE_SID=

and then try again. If this works then consider whether to make the change permanent by specifying it as a system variable.

FOR RUN THIS SID PLEASE REFER IT
Go to command prompt

C:\Document and settings\ORANGE&gt; cd\
C:\&gt; set oracle_sid=
e.g C:\&gt; set oracle_sid= {press enter}
C:\&gt; sqlplus /nolog {press enter}
sql:\&gt;connect sys/sys as sysdba {press enter} it cant ask for password directly connected
or
sql:\&gt;connect sys as sysdba {press enter}
password : sys {press enter}
sql:\&gt; connected
or 
sql:\&gt; connect scott {press enter}
Enter password :tiger {press enter}
sql:\&gt; connected
or 
sql:\&gt; connect system {press enter}
Enter password :manager {press enter}
sql:\&gt; connected</description>
		<content:encoded><![CDATA[<p>Hi guys,</p>
<p>During installation, if they have seen the error ORA-12560, should verify the configuration of the Oracle instance you want to connect, try the following:</p>
<p>set ORACLE_SID=</p>
<p>and then try again. If this works then consider whether to make the change permanent by specifying it as a system variable.</p>
<p>FOR RUN THIS SID PLEASE REFER IT<br />
Go to command prompt</p>
<p>C:\Document and settings\ORANGE&gt; cd\<br />
C:\&gt; set oracle_sid=<br />
e.g C:\&gt; set oracle_sid= {press enter}<br />
C:\&gt; sqlplus /nolog {press enter}<br />
sql:\&gt;connect sys/sys as sysdba {press enter} it cant ask for password directly connected<br />
or<br />
sql:\&gt;connect sys as sysdba {press enter}<br />
password : sys {press enter}<br />
sql:\&gt; connected<br />
or<br />
sql:\&gt; connect scott {press enter}<br />
Enter password :tiger {press enter}<br />
sql:\&gt; connected<br />
or<br />
sql:\&gt; connect system {press enter}<br />
Enter password :manager {press enter}<br />
sql:\&gt; connected</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vinod</title>
		<link>http://www.thegeekstuff.com/2008/10/oracle-11g-step-by-step-installation-guide-with-screenshots/comment-page-1/#comment-140908</link>
		<dc:creator>vinod</dc:creator>
		<pubDate>Wed, 16 Nov 2011 05:38:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=219#comment-140908</guid>
		<description>Hi,

Very nice HowTo ...I tried Installing 10g the same way on solaris SPARC 64 &amp; all sees well except that the Enterprice Manager fails to start...
Please let me know where to look for to get the EM up.

Thanks 
SQL&gt; Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
With the Partitioning, OLAP and Data Mining options
bash-3.00$ emctl start dbconsole
Oracle Enterprise Manager 10g Database Control Release 10.2.0.1.0  
Copyright (c) 1996, 2005 Oracle Corporation.  All rights reserved.
http://b-zone.dikshapraya.blr:1158/em/console/aboutApplication
ps: unknown output format: -o cmd
ps: illegal option -- cols
usage: ps [ -aAdeflcjLPyZ ] [ -o format ] [ -t termlist ]
        [ -u userlist ] [ -U userlist ] [ -G grouplist ]
        [ -p proclist ] [ -g pgrplist ] [ -s sidlist ] [ -z zonelist ]
  &#039;format&#039; is one or more of:
        user ruser group rgroup uid ruid gid rgid pid ppid pgid sid taskid ctid
        pri opri pcpu pmem vsz rss osz nice class time etime stime zone zoneid
        f s c lwp nlwp psr tty addr wchan fname comm args projid project pset
Starting Oracle Enterprise Manager 10g Database Control ............................................................................................. failed. 
------------------------------------------------------------------
Logs are generated in directory /export/oracle/product/10.2.0/Db_1/b-zone.dikshapraya.blr_orcl/sysman/log</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Very nice HowTo &#8230;I tried Installing 10g the same way on solaris SPARC 64 &amp; all sees well except that the Enterprice Manager fails to start&#8230;<br />
Please let me know where to look for to get the EM up.</p>
<p>Thanks<br />
SQL&gt; Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 &#8211; 64bit Production<br />
With the Partitioning, OLAP and Data Mining options<br />
bash-3.00$ emctl start dbconsole<br />
Oracle Enterprise Manager 10g Database Control Release 10.2.0.1.0<br />
Copyright (c) 1996, 2005 Oracle Corporation.  All rights reserved.<br />
<a href="http://b-zone.dikshapraya.blr:1158/em/console/aboutApplication" rel="nofollow">http://b-zone.dikshapraya.blr:1158/em/console/aboutApplication</a><br />
ps: unknown output format: -o cmd<br />
ps: illegal option &#8212; cols<br />
usage: ps [ -aAdeflcjLPyZ ] [ -o format ] [ -t termlist ]<br />
        [ -u userlist ] [ -U userlist ] [ -G grouplist ]<br />
        [ -p proclist ] [ -g pgrplist ] [ -s sidlist ] [ -z zonelist ]<br />
  &#8216;format&#8217; is one or more of:<br />
        user ruser group rgroup uid ruid gid rgid pid ppid pgid sid taskid ctid<br />
        pri opri pcpu pmem vsz rss osz nice class time etime stime zone zoneid<br />
        f s c lwp nlwp psr tty addr wchan fname comm args projid project pset<br />
Starting Oracle Enterprise Manager 10g Database Control &#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230; failed.<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
Logs are generated in directory /export/oracle/product/10.2.0/Db_1/b-zone.dikshapraya.blr_orcl/sysman/log</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dehan</title>
		<link>http://www.thegeekstuff.com/2008/10/oracle-11g-step-by-step-installation-guide-with-screenshots/comment-page-1/#comment-139746</link>
		<dc:creator>Dehan</dc:creator>
		<pubDate>Sun, 13 Nov 2011 10:01:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=219#comment-139746</guid>
		<description>can any one tell how to create professional database in Linux (DB Size 16 GB)
what kind of things i will consider</description>
		<content:encoded><![CDATA[<p>can any one tell how to create professional database in Linux (DB Size 16 GB)<br />
what kind of things i will consider</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aneeta</title>
		<link>http://www.thegeekstuff.com/2008/10/oracle-11g-step-by-step-installation-guide-with-screenshots/comment-page-1/#comment-137512</link>
		<dc:creator>Aneeta</dc:creator>
		<pubDate>Mon, 07 Nov 2011 16:36:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=219#comment-137512</guid>
		<description>Excellent article.  Does anyone know some website that i can self-teach myself Oracle DBA 11g?  I had found one a year ago but cannot find it now.

Will appreciate your assistance.</description>
		<content:encoded><![CDATA[<p>Excellent article.  Does anyone know some website that i can self-teach myself Oracle DBA 11g?  I had found one a year ago but cannot find it now.</p>
<p>Will appreciate your assistance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chinni krishna</title>
		<link>http://www.thegeekstuff.com/2008/10/oracle-11g-step-by-step-installation-guide-with-screenshots/comment-page-1/#comment-135985</link>
		<dc:creator>chinni krishna</dc:creator>
		<pubDate>Sun, 30 Oct 2011 18:48:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=219#comment-135985</guid>
		<description>well done good job.</description>
		<content:encoded><![CDATA[<p>well done good job.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Content Delivery Network via Amazon Web Services: CloudFront: static.thegeekstuff.com

Served from: www.thegeekstuff.com @ 2012-02-09 15:37:33 -->
