<?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: Login to Oracle as sysdba in one command</title>
	<atom:link href="http://www.tech-recipes.com/rx/226/login_to_oracle_as_sysdba_in_one_command/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com/rx/226/login_to_oracle_as_sysdba_in_one_command/</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Sat, 21 Nov 2009 21:54:54 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: deepkitt18</title>
		<link>http://www.tech-recipes.com/rx/226/login_to_oracle_as_sysdba_in_one_command/comment-page-1/#comment-16455</link>
		<dc:creator>deepkitt18</dc:creator>
		<pubDate>Fri, 20 Nov 2009 09:12:08 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-16455</guid>
		<description>my scott/tiger is not working...how can i login in oracle 8i?</description>
		<content:encoded><![CDATA[<p>my scott/tiger is not working&#8230;how can i login in oracle 8i?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eziafa</title>
		<link>http://www.tech-recipes.com/rx/226/login_to_oracle_as_sysdba_in_one_command/comment-page-1/#comment-10200</link>
		<dc:creator>Eziafa</dc:creator>
		<pubDate>Thu, 09 Apr 2009 14:03:41 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-10200</guid>
		<description>I just started using oracle in Nigeria and we are not yet connected to the world grid. I do not know if I will make it here or go abroad to study it.</description>
		<content:encoded><![CDATA[<p>I just started using oracle in Nigeria and we are not yet connected to the world grid. I do not know if I will make it here or go abroad to study it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://www.tech-recipes.com/rx/226/login_to_oracle_as_sysdba_in_one_command/comment-page-1/#comment-6416</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Mon, 22 Dec 2008 17:36:34 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-6416</guid>
		<description>on 10g you can log in with:&lt;br&gt;&lt;br&gt;sqlplus / as sysdba</description>
		<content:encoded><![CDATA[<p>on 10g you can log in with:</p>
<p>sqlplus / as sysdba</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wwwwww</title>
		<link>http://www.tech-recipes.com/rx/226/login_to_oracle_as_sysdba_in_one_command/comment-page-1/#comment-6280</link>
		<dc:creator>wwwwww</dc:creator>
		<pubDate>Thu, 18 Dec 2008 06:19:12 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-6280</guid>
		<description>wwwwwwwwwwwwwwwwwwwwssssssssssssssssssssssssssssassssssssssssssssssssssss&lt;br&gt;aaaaaaaaaaaaaaaa&lt;br&gt;aaaaaaaaaaaaaaaaaaaaaaaaaa&lt;br&gt;aaaaaaaaaaaaaaaaaaa&lt;br&gt;aaaaaaaaaaaaaaaaaaaaaaa&lt;br&gt;a&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;qa&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;a&lt;br&gt;&lt;br&gt;a&lt;br&gt;a&lt;br&gt;a&lt;br&gt;a&lt;br&gt;a&lt;br&gt;a&lt;br&gt;a&lt;br&gt;&lt;br&gt;aa&lt;br&gt;ssssssssssssssssssssssssssssssssssssss</description>
		<content:encoded><![CDATA[<p>wwwwwwwwwwwwwwwwwwwwssssssssssssssssssssssssssssassssssssssssssssssssssss<br />aaaaaaaaaaaaaaaa<br />aaaaaaaaaaaaaaaaaaaaaaaaaa<br />aaaaaaaaaaaaaaaaaaa<br />aaaaaaaaaaaaaaaaaaaaaaa<br />a</p>
<p>qa</p>
<p>a</p>
<p>a<br />a<br />a<br />a<br />a<br />a<br />a</p>
<p>aa<br />ssssssssssssssssssssssssssssssssssssss</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: qmchenry</title>
		<link>http://www.tech-recipes.com/rx/226/login_to_oracle_as_sysdba_in_one_command/comment-page-1/#comment-207</link>
		<dc:creator>qmchenry</dc:creator>
		<pubDate>Fri, 11 Jun 2004 08:36:39 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-207</guid>
		<description>The methods to add environment variables depend on the operating system and shell you are using.  If you are running a UNIX-ish operating system, you can view your current shell with the following command:

&lt;code&gt; echo $SHELL&lt;/code&gt;


If you are using the Bourne shell (sh), refer to this &lt;a href=&quot;http://www.tech-recipes.com/modules.php?name=Recipes&amp;rx_id=182&quot;&gt;recipe&lt;/a&gt;.

If you are using the Korn or Bourne-again shells (ksh, bash) or several others, use this &lt;a href=&quot;http://www.tech-recipes.com/modules.php?name=Recipes&amp;rx_id=181&quot;&gt;recipe&lt;/a&gt;.

If you are using another shell or operating system, tell us which one and we&#039;ll get the specific instructions for you.</description>
		<content:encoded><![CDATA[<p>The methods to add environment variables depend on the operating system and shell you are using.  If you are running a UNIX-ish operating system, you can view your current shell with the following command:</p>
<p><code> echo $SHELL</code></p>
<p>If you are using the Bourne shell (sh), refer to this <a href="http://www.tech-recipes.com/modules.php?name=Recipes&amp;rx_id=182">recipe</a>.</p>
<p>If you are using the Korn or Bourne-again shells (ksh, bash) or several others, use this <a href="http://www.tech-recipes.com/modules.php?name=Recipes&amp;rx_id=181">recipe</a>.</p>
<p>If you are using another shell or operating system, tell us which one and we&#8217;ll get the specific instructions for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph Pascual</title>
		<link>http://www.tech-recipes.com/rx/226/login_to_oracle_as_sysdba_in_one_command/comment-page-1/#comment-206</link>
		<dc:creator>Joseph Pascual</dc:creator>
		<pubDate>Fri, 11 Jun 2004 00:55:38 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-206</guid>
		<description>how can I add the environment variable to my computer please show me..</description>
		<content:encoded><![CDATA[<p>how can I add the environment variable to my computer please show me..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nkmkelvin</title>
		<link>http://www.tech-recipes.com/rx/226/login_to_oracle_as_sysdba_in_one_command/comment-page-1/#comment-110</link>
		<dc:creator>nkmkelvin</dc:creator>
		<pubDate>Thu, 26 Feb 2004 20:38:31 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-110</guid>
		<description>It is amzing.. very very useful for DBA in writing script

thanks</description>
		<content:encoded><![CDATA[<p>It is amzing.. very very useful for DBA in writing script</p>
<p>thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
