<?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 Shell Scripting/I become an author</title>
	<atom:link href="http://www.lifeaftercoffee.com/2006/08/14/oracle-shell-scriptingi-become-an-author/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lifeaftercoffee.com/2006/08/14/oracle-shell-scriptingi-become-an-author/</link>
	<description>because I don't believe in life before coffee...</description>
	<lastBuildDate>Wed, 23 Nov 2011 03:01:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: venky</title>
		<link>http://www.lifeaftercoffee.com/2006/08/14/oracle-shell-scriptingi-become-an-author/comment-page-1/#comment-312705</link>
		<dc:creator>venky</dc:creator>
		<pubDate>Fri, 26 Oct 2007 05:18:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.lifeaftercoffee.com/2006/08/14/oracle-shell-scriptingi-become-an-author/#comment-312705</guid>
		<description>Hi,
   how to connect  oracale using shellscript.
Thanks 
venky</description>
		<content:encoded><![CDATA[<p>Hi,<br />
   how to connect  oracale using shellscript.<br />
Thanks<br />
venky</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Emmons</title>
		<link>http://www.lifeaftercoffee.com/2006/08/14/oracle-shell-scriptingi-become-an-author/comment-page-1/#comment-30580</link>
		<dc:creator>Jon Emmons</dc:creator>
		<pubDate>Thu, 11 Jan 2007 00:57:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.lifeaftercoffee.com/2006/08/14/oracle-shell-scriptingi-become-an-author/#comment-30580</guid>
		<description>Tim,

The book won&#039;t be out for a few months yet.  It should be hitting shelves around early summer.  I&#039;ll post more about it on my blog as the date gets closer.  Glad to hear there&#039;s interest out there!</description>
		<content:encoded><![CDATA[<p>Tim,</p>
<p>The book won&#8217;t be out for a few months yet.  It should be hitting shelves around early summer.  I&#8217;ll post more about it on my blog as the date gets closer.  Glad to hear there&#8217;s interest out there!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://www.lifeaftercoffee.com/2006/08/14/oracle-shell-scriptingi-become-an-author/comment-page-1/#comment-30221</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Wed, 10 Jan 2007 20:46:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.lifeaftercoffee.com/2006/08/14/oracle-shell-scriptingi-become-an-author/#comment-30221</guid>
		<description>When is this book going to be released. Sound like a great book.</description>
		<content:encoded><![CDATA[<p>When is this book going to be released. Sound like a great book.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Emmons</title>
		<link>http://www.lifeaftercoffee.com/2006/08/14/oracle-shell-scriptingi-become-an-author/comment-page-1/#comment-17820</link>
		<dc:creator>Jon Emmons</dc:creator>
		<pubDate>Sat, 16 Dec 2006 16:31:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.lifeaftercoffee.com/2006/08/14/oracle-shell-scriptingi-become-an-author/#comment-17820</guid>
		<description>Syed,

It sounds like my book will be perfect for you when it comes out, but since it&#039;s still a couple months away, here&#039;s one way you could do it:

&lt;code&gt;#!/bin/sh
#
sqlplus /nolog &lt; &lt; EOF
connect / as sysdba
select * from dba_users;
EOF&lt;/code&gt;

The redirecd (&lt;&lt;) sends the following llines up to the EOF marker into SQL*Plus.  Of course this only works if the user who runs it has the privileges to connect without a password.  Otherwise you could supply the username and password instead of the slash.

Hope this helps.&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Syed,</p>
<p>It sounds like my book will be perfect for you when it comes out, but since it&#8217;s still a couple months away, here&#8217;s one way you could do it:</p>
<p><code>#!/bin/sh<br />
#<br />
sqlplus /nolog < < EOF<br />
connect / as sysdba<br />
select * from dba_users;<br />
EOF</code></p>
<p>The redirecd (< <) sends the following llines up to the EOF marker into SQL*Plus.  Of course this only works if the user who runs it has the privileges to connect without a password.  Otherwise you could supply the username and password instead of the slash.</p>
<p>Hope this helps.</code></code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Syed</title>
		<link>http://www.lifeaftercoffee.com/2006/08/14/oracle-shell-scriptingi-become-an-author/comment-page-1/#comment-16887</link>
		<dc:creator>Syed</dc:creator>
		<pubDate>Wed, 13 Dec 2006 08:55:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.lifeaftercoffee.com/2006/08/14/oracle-shell-scriptingi-become-an-author/#comment-16887</guid>
		<description>Dear Freinds,

      I Need a Commond in my SHELL script to connect oracle as a sys user in solraris OS</description>
		<content:encoded><![CDATA[<p>Dear Freinds,</p>
<p>      I Need a Commond in my SHELL script to connect oracle as a sys user in solraris OS</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Life After Coffee &#187; The Rule of the Lazy Class</title>
		<link>http://www.lifeaftercoffee.com/2006/08/14/oracle-shell-scriptingi-become-an-author/comment-page-1/#comment-5529</link>
		<dc:creator>Life After Coffee &#187; The Rule of the Lazy Class</dc:creator>
		<pubDate>Thu, 28 Sep 2006 14:58:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.lifeaftercoffee.com/2006/08/14/oracle-shell-scriptingi-become-an-author/#comment-5529</guid>
		<description>[...] Of course this is exactly why I am writing a book on Oracle Shell Scripting due out next year. [...]</description>
		<content:encoded><![CDATA[<p>[...] Of course this is exactly why I am writing a book on Oracle Shell Scripting due out next year. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Life After Coffee &#187; 10 Writing Tips</title>
		<link>http://www.lifeaftercoffee.com/2006/08/14/oracle-shell-scriptingi-become-an-author/comment-page-1/#comment-4895</link>
		<dc:creator>Life After Coffee &#187; 10 Writing Tips</dc:creator>
		<pubDate>Thu, 07 Sep 2006 03:14:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.lifeaftercoffee.com/2006/08/14/oracle-shell-scriptingi-become-an-author/#comment-4895</guid>
		<description>[...] While my publisher would probably take issue with #9 (No deadlines or goals) I&#8217;m sure these tips will find their way into how I blog and work on my books. [...]</description>
		<content:encoded><![CDATA[<p>[...] While my publisher would probably take issue with #9 (No deadlines or goals) I&#8217;m sure these tips will find their way into how I blog and work on my books. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

