<?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: Script Query in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/script-query/m-p/3940986#M288907</link>
    <description>I found the solution to this one ... thanks all for replying ,&lt;BR /&gt;&lt;BR /&gt; (sqlplus -s / &amp;lt;&lt;EOF&gt;&lt;/EOF&gt;blah blah ...     &lt;BR /&gt;&lt;BR /&gt;) &amp;gt; /dev/null</description>
    <pubDate>Thu, 08 Feb 2007 12:44:11 GMT</pubDate>
    <dc:creator>Hunki</dc:creator>
    <dc:date>2007-02-08T12:44:11Z</dc:date>
    <item>
      <title>Script Query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-query/m-p/3940981#M288902</link>
      <description>I have this wrapper inside a script but it fails at this point with the following error : &lt;BR /&gt;&lt;BR /&gt;line 39 : &lt;BR /&gt;/oracle/product/8.1.8/bin/sqlplus -s / &amp;lt;&lt;EOF&gt;&lt;/EOF&gt;&lt;BR /&gt;syntax error at line 39 : `&amp;lt;&amp;lt;' unmatched&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Feb 2007 09:04:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-query/m-p/3940981#M288902</guid>
      <dc:creator>Hunki</dc:creator>
      <dc:date>2007-02-08T09:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: Script Query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-query/m-p/3940982#M288903</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Make sure that your 'here' document body (the part begfore the 'EOF' is flush-left without leading spaces.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 08 Feb 2007 09:13:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-query/m-p/3940982#M288903</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-02-08T09:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: Script Query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-query/m-p/3940983#M288904</link>
      <description>Hi,&lt;BR /&gt;have you code something like:&lt;BR /&gt;/oracle/product/8.1.8/bin/sqlplus -s / &amp;lt;&lt;EOF&gt;&lt;/EOF&gt;select * from ....;&lt;BR /&gt;quit;&lt;BR /&gt;EOF&lt;BR /&gt;&lt;BR /&gt;Watch out for leading spaces before the second EOF (there shouldn't be any).&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Feb 2007 09:17:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-query/m-p/3940983#M288904</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2007-02-08T09:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: Script Query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-query/m-p/3940984#M288905</link>
      <description>Hunki,&lt;BR /&gt;&lt;BR /&gt;If you append - to &amp;lt;&amp;lt;, leading tabs are stripped from the here-document...&lt;BR /&gt;&lt;BR /&gt;sqlplus -s / &amp;lt;&amp;lt;-EOF&lt;BR /&gt;&lt;BR /&gt;PCS</description>
      <pubDate>Thu, 08 Feb 2007 09:56:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-query/m-p/3940984#M288905</guid>
      <dc:creator>spex</dc:creator>
      <dc:date>2007-02-08T09:56:35Z</dc:date>
    </item>
    <item>
      <title>Re: Script Query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-query/m-p/3940985#M288906</link>
      <description>Very important: EOF *must* be left-justified -- no leading spaces. The option &amp;lt;&amp;lt;- will allow leading tabs but NOT never leading spaces. It is common to indent 'here documents' for readability but the terminating string (EOF in your case) must start in column 1 to be recognized.</description>
      <pubDate>Thu, 08 Feb 2007 12:02:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-query/m-p/3940985#M288906</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2007-02-08T12:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: Script Query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-query/m-p/3940986#M288907</link>
      <description>I found the solution to this one ... thanks all for replying ,&lt;BR /&gt;&lt;BR /&gt; (sqlplus -s / &amp;lt;&lt;EOF&gt;&lt;/EOF&gt;blah blah ...     &lt;BR /&gt;&lt;BR /&gt;) &amp;gt; /dev/null</description>
      <pubDate>Thu, 08 Feb 2007 12:44:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-query/m-p/3940986#M288907</guid>
      <dc:creator>Hunki</dc:creator>
      <dc:date>2007-02-08T12:44:11Z</dc:date>
    </item>
  </channel>
</rss>

