<?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: problem running scrip in unix at sqlplus in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-running-scrip-in-unix-at-sqlplus/m-p/3113608#M897231</link>
    <description>@/home/kchinsky/scripts/whoami&lt;BR /&gt;&lt;BR /&gt;and I suggest you to change&lt;BR /&gt;&lt;BR /&gt;cd ....&lt;BR /&gt;&lt;BR /&gt;with&lt;BR /&gt;&lt;BR /&gt;!cd ....&lt;BR /&gt;&lt;BR /&gt;to avoid any error.&lt;BR /&gt;&lt;BR /&gt;Art</description>
    <pubDate>Mon, 10 Nov 2003 04:15:40 GMT</pubDate>
    <dc:creator>Arturo Galbiati</dc:creator>
    <dc:date>2003-11-10T04:15:40Z</dc:date>
    <item>
      <title>problem running scrip in unix at sqlplus</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-running-scrip-in-unix-at-sqlplus/m-p/3113605#M897228</link>
      <description>Thanks all,&lt;BR /&gt;I already had changed the permissions&lt;BR /&gt;However i added the location of my script with in the script and still I get the same error&lt;BR /&gt;and script looks like this (just for test)&lt;BR /&gt;name of the script whoami&lt;BR /&gt;&lt;BR /&gt;cd /home/kchinsky/scripts&lt;BR /&gt;show user&lt;BR /&gt;select * from global_name&lt;BR /&gt;exit&lt;BR /&gt;&lt;BR /&gt;I logon to sqlplus &lt;BR /&gt;user/pasword&lt;BR /&gt;@whoami&lt;BR /&gt;and I get&lt;BR /&gt;SP2-0310: unable to open file "whoami.sql"&lt;BR /&gt;any help is appreciated</description>
      <pubDate>Fri, 07 Nov 2003 12:02:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-running-scrip-in-unix-at-sqlplus/m-p/3113605#M897228</guid>
      <dc:creator>Cathy Arora</dc:creator>
      <dc:date>2003-11-07T12:02:09Z</dc:date>
    </item>
    <item>
      <title>Re: problem running scrip in unix at sqlplus</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-running-scrip-in-unix-at-sqlplus/m-p/3113606#M897229</link>
      <description>@/home/kchinsky/scripts/whoami&lt;BR /&gt;&lt;BR /&gt;To not have to specify whole path, put your script path in your PATH env.&lt;BR /&gt;&lt;BR /&gt;Also, mixing UNIX commands in your SQL will generate errors.</description>
      <pubDate>Fri, 07 Nov 2003 12:52:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-running-scrip-in-unix-at-sqlplus/m-p/3113606#M897229</guid>
      <dc:creator>Anna Fong</dc:creator>
      <dc:date>2003-11-07T12:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: problem running scrip in unix at sqlplus</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-running-scrip-in-unix-at-sqlplus/m-p/3113607#M897230</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;also make sure that the script name is whoami.sql&lt;BR /&gt;&lt;BR /&gt;can you post the output of:&lt;BR /&gt;SQL&amp;gt; ! ls -al w*.sql&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Yogeeraj</description>
      <pubDate>Fri, 07 Nov 2003 13:12:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-running-scrip-in-unix-at-sqlplus/m-p/3113607#M897230</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2003-11-07T13:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: problem running scrip in unix at sqlplus</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-running-scrip-in-unix-at-sqlplus/m-p/3113608#M897231</link>
      <description>@/home/kchinsky/scripts/whoami&lt;BR /&gt;&lt;BR /&gt;and I suggest you to change&lt;BR /&gt;&lt;BR /&gt;cd ....&lt;BR /&gt;&lt;BR /&gt;with&lt;BR /&gt;&lt;BR /&gt;!cd ....&lt;BR /&gt;&lt;BR /&gt;to avoid any error.&lt;BR /&gt;&lt;BR /&gt;Art</description>
      <pubDate>Mon, 10 Nov 2003 04:15:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-running-scrip-in-unix-at-sqlplus/m-p/3113608#M897231</guid>
      <dc:creator>Arturo Galbiati</dc:creator>
      <dc:date>2003-11-10T04:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: problem running scrip in unix at sqlplus</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-running-scrip-in-unix-at-sqlplus/m-p/3113609#M897232</link>
      <description>anyfile you run with sqlplus I prefer it to rename it to &amp;lt;script&amp;gt;.sql&lt;BR /&gt;&lt;BR /&gt;#mv whoami to whoami.sql&lt;BR /&gt;&lt;BR /&gt;$sqlplus &lt;USERNAME&gt;@database&lt;BR /&gt;sql@whoami&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;REvert&lt;/USERNAME&gt;</description>
      <pubDate>Mon, 10 Nov 2003 04:26:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-running-scrip-in-unix-at-sqlplus/m-p/3113609#M897232</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-11-10T04:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: problem running scrip in unix at sqlplus</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-running-scrip-in-unix-at-sqlplus/m-p/3113610#M897233</link>
      <description>The original post is here&lt;BR /&gt;(with the solution but ... no rabbit)&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=246948" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=246948&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;JL</description>
      <pubDate>Mon, 10 Nov 2003 08:37:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-running-scrip-in-unix-at-sqlplus/m-p/3113610#M897233</guid>
      <dc:creator>Jean-Luc Oudart</dc:creator>
      <dc:date>2003-11-10T08:37:48Z</dc:date>
    </item>
  </channel>
</rss>

