<?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 Problem in running scripts in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-running-scripts/m-p/4049811#M496478</link>
    <description>&lt;P&gt;Hi all,&lt;BR /&gt;&lt;BR /&gt;Please someone tell me how to run script using nohup option in HP-Unix..&lt;BR /&gt;&lt;BR /&gt;I am unable to use @ symbol in HP-unix ...&lt;BR /&gt;&lt;BR /&gt;i usually run scritps in solaris as below..&lt;BR /&gt;eg:nohup sqlplus system/oracle @script.sql &amp;amp;&lt;BR /&gt;&lt;BR /&gt;can anyone plese tell me how to run the same in HP-unix..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;P.S. This thread has been moved from &amp;nbsp;Disk to HP-UX &amp;gt; languages. -HP Forum Moderator&lt;/P&gt;</description>
    <pubDate>Thu, 13 Mar 2014 03:44:48 GMT</pubDate>
    <dc:creator>kirupakaran</dc:creator>
    <dc:date>2014-03-13T03:44:48Z</dc:date>
    <item>
      <title>Problem in running scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-running-scripts/m-p/4049811#M496478</link>
      <description>&lt;P&gt;Hi all,&lt;BR /&gt;&lt;BR /&gt;Please someone tell me how to run script using nohup option in HP-Unix..&lt;BR /&gt;&lt;BR /&gt;I am unable to use @ symbol in HP-unix ...&lt;BR /&gt;&lt;BR /&gt;i usually run scritps in solaris as below..&lt;BR /&gt;eg:nohup sqlplus system/oracle @script.sql &amp;amp;&lt;BR /&gt;&lt;BR /&gt;can anyone plese tell me how to run the same in HP-unix..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;P.S. This thread has been moved from &amp;nbsp;Disk to HP-UX &amp;gt; languages. -HP Forum Moderator&lt;/P&gt;</description>
      <pubDate>Thu, 13 Mar 2014 03:44:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-running-scripts/m-p/4049811#M496478</guid>
      <dc:creator>kirupakaran</dc:creator>
      <dc:date>2014-03-13T03:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in running scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-running-scripts/m-p/4049812#M496479</link>
      <description>What happens when you use "@"?  This isn't a special char except it may be the line kill char.  See "stty -a".  Fix by:&lt;BR /&gt;$ stty kill ^u&lt;BR /&gt;&lt;BR /&gt;Do you intend "@" to be anything other than a data char or part of a filename of command?</description>
      <pubDate>Sun, 05 Aug 2007 00:39:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-running-scripts/m-p/4049812#M496479</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-08-05T00:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in running scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-running-scripts/m-p/4049813#M496480</link>
      <description>Hi Handley,&lt;BR /&gt;&lt;BR /&gt;Thanks for your response..&lt;BR /&gt;&lt;BR /&gt;The problem is...&lt;BR /&gt;&lt;BR /&gt;see we have an sql script in one of my partion..&lt;BR /&gt;&lt;BR /&gt;i want to run the script..&lt;BR /&gt;&lt;BR /&gt;what we usually do for another client using solaris..we will run the script by nohup option..&lt;BR /&gt;&lt;BR /&gt;nohup sqlplus system/oralce @script.sql &amp;amp;&lt;BR /&gt;&lt;BR /&gt;@ not a filename we use to call script that we have stored in current partion.&lt;BR /&gt;&lt;BR /&gt;so please suggest me how to rubn scripts in HP-unix..&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 05 Aug 2007 00:55:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-running-scripts/m-p/4049813#M496480</guid>
      <dc:creator>kirupakaran</dc:creator>
      <dc:date>2007-08-05T00:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in running scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-running-scripts/m-p/4049814#M496481</link>
      <description>&amp;gt;we will run the script by nohup option..&lt;BR /&gt;nohup sqlplus system/oracle @script.sql &amp;amp;&lt;BR /&gt;&lt;BR /&gt;You are running the script "sqlplus" with the&lt;BR /&gt;arguments: system/oracle and @script.sql.  Then putting it in the background with the output sent to nohup.out&lt;BR /&gt;&lt;BR /&gt;&amp;gt;@ not a filename we use to call script that we have stored in current partion.&lt;BR /&gt;&lt;BR /&gt;"@" is just a character and isn't anything special to a real shell.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;so please suggest me how to run scripts in HP-UX&lt;BR /&gt;&lt;BR /&gt;sqlplus is your script.  Unless your question is about sqlplus scripts??  (Which has nothing to do with nohup.)</description>
      <pubDate>Sun, 05 Aug 2007 03:34:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-running-scripts/m-p/4049814#M496481</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-08-05T03:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in running scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-running-scripts/m-p/4049815#M496482</link>
      <description>&amp;gt;"@" is just a character and isn't anything special to a real shell.&lt;BR /&gt;&lt;BR /&gt;Actually in a real shell, "@" is used as a parm, $@ and for file name generation.&lt;BR /&gt;&lt;BR /&gt;The scummy C shell uses it for assignment.&lt;BR /&gt;&lt;BR /&gt;None of these appears to be what you are trying to do.</description>
      <pubDate>Sun, 05 Aug 2007 03:43:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-running-scripts/m-p/4049815#M496482</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-08-05T03:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in running scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-running-scripts/m-p/4049816#M496483</link>
      <description>use '\' before @...&lt;BR /&gt;nohup sqlplus system/oracle \@script.sql &amp;amp;&lt;BR /&gt;&lt;BR /&gt;hope this helps..&lt;BR /&gt;&lt;BR /&gt;Sajeev</description>
      <pubDate>Sun, 05 Aug 2007 13:05:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-running-scripts/m-p/4049816#M496483</guid>
      <dc:creator>Sajeev_1</dc:creator>
      <dc:date>2007-08-05T13:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in running scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-running-scripts/m-p/6409686#M496484</link>
      <description>it works...your answer is still helpful and valuable. Thanks</description>
      <pubDate>Wed, 12 Mar 2014 08:23:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-running-scripts/m-p/6409686#M496484</guid>
      <dc:creator>Hpuxuser01</dc:creator>
      <dc:date>2014-03-12T08:23:06Z</dc:date>
    </item>
  </channel>
</rss>

