<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: shell script with sql in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/shell-script-with-sql/m-p/3879300#M98991</link>
    <description>That did it. Thanks</description>
    <pubDate>Thu, 12 Oct 2006 11:12:21 GMT</pubDate>
    <dc:creator>Unix or Linux?</dc:creator>
    <dc:date>2006-10-12T11:12:21Z</dc:date>
    <item>
      <title>shell script with sql</title>
      <link>https://community.hpe.com/t5/operating-system-linux/shell-script-with-sql/m-p/3879296#M98987</link>
      <description>I would like to issue some sql statements from within a shell script. Not sure how to go about it. Basically the shell script connects to the schema on the database and then should proceed with the select statements. But instead it just connects and stays with the SQL prompt. Hope it makes sense!</description>
      <pubDate>Thu, 12 Oct 2006 11:00:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/shell-script-with-sql/m-p/3879296#M98987</guid>
      <dc:creator>Unix or Linux?</dc:creator>
      <dc:date>2006-10-12T11:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: shell script with sql</title>
      <link>https://community.hpe.com/t5/operating-system-linux/shell-script-with-sql/m-p/3879297#M98988</link>
      <description>Could you post your script here so it can be looked at.&lt;BR /&gt;&lt;BR /&gt;thanks!</description>
      <pubDate>Thu, 12 Oct 2006 11:01:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/shell-script-with-sql/m-p/3879297#M98988</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2006-10-12T11:01:49Z</dc:date>
    </item>
    <item>
      <title>Re: shell script with sql</title>
      <link>https://community.hpe.com/t5/operating-system-linux/shell-script-with-sql/m-p/3879298#M98989</link>
      <description>ORACLE_SID="EM"; export ORACLE_SID&lt;BR /&gt;sqlplus user1/user1&lt;BR /&gt;select * from table1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;It connects user1 to the database, but it does not run the select statement.</description>
      <pubDate>Thu, 12 Oct 2006 11:07:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/shell-script-with-sql/m-p/3879298#M98989</guid>
      <dc:creator>Unix or Linux?</dc:creator>
      <dc:date>2006-10-12T11:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: shell script with sql</title>
      <link>https://community.hpe.com/t5/operating-system-linux/shell-script-with-sql/m-p/3879299#M98990</link>
      <description>Try this:&lt;BR /&gt;&lt;BR /&gt;ORACLE_SID="EM"; export ORACLE_SID&lt;BR /&gt;sqlplus user1/user1 &amp;lt;&amp;lt; EOF&lt;BR /&gt;select * from table1&lt;BR /&gt;exit&lt;BR /&gt;EOF</description>
      <pubDate>Thu, 12 Oct 2006 11:09:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/shell-script-with-sql/m-p/3879299#M98990</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2006-10-12T11:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: shell script with sql</title>
      <link>https://community.hpe.com/t5/operating-system-linux/shell-script-with-sql/m-p/3879300#M98991</link>
      <description>That did it. Thanks</description>
      <pubDate>Thu, 12 Oct 2006 11:12:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/shell-script-with-sql/m-p/3879300#M98991</guid>
      <dc:creator>Unix or Linux?</dc:creator>
      <dc:date>2006-10-12T11:12:21Z</dc:date>
    </item>
  </channel>
</rss>

