<?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: problrm running script in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problrm-running-script/m-p/3113585#M802579</link>
    <description>HI all after a long break.&lt;BR /&gt;I took the unix code out of the script.&lt;BR /&gt;reason I had it to locate path for script but that was wrong. any how I tried to give a path as i was suggested but i still have a same error.&lt;BR /&gt;I did not quite undesrtand oracle user login etc.&lt;BR /&gt;I am logged on unix box with unix id/password, then I logged in sqlplus with oracle id and password.&lt;BR /&gt;and here I tried to run the script @/home/kchinsky/scripts/whoami.sql&lt;BR /&gt;and I have same error.&lt;BR /&gt;thanks again for your help.&lt;BR /&gt;any sugessions are welcome.&lt;BR /&gt;Regards,</description>
    <pubDate>Fri, 07 Nov 2003 15:35:48 GMT</pubDate>
    <dc:creator>Cathy Arora</dc:creator>
    <dc:date>2003-11-07T15:35:48Z</dc:date>
    <item>
      <title>problrm running script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problrm-running-script/m-p/3113579#M802573</link>
      <description>Thanks all,&lt;BR /&gt;I already had changed the permissions&lt;BR /&gt;(apologize for incomplete info)&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 &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&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Nov 2003 11:35:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problrm-running-script/m-p/3113579#M802573</guid>
      <dc:creator>Cathy Arora</dc:creator>
      <dc:date>2003-11-07T11:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: problrm running script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problrm-running-script/m-p/3113580#M802574</link>
      <description>If I am reading what you wrote correctly, it appears that you need to rename the script from whoami to whoami.sql&lt;BR /&gt;&lt;BR /&gt;mark</description>
      <pubDate>Fri, 07 Nov 2003 12:05:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problrm-running-script/m-p/3113580#M802574</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2003-11-07T12:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: problrm running script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problrm-running-script/m-p/3113581#M802575</link>
      <description>By the way why are you naming a script on the lines of a unix command.  It may confuse sometimes :-).&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Umapathy</description>
      <pubDate>Fri, 07 Nov 2003 12:06:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problrm-running-script/m-p/3113581#M802575</guid>
      <dc:creator>Umapathy S</dc:creator>
      <dc:date>2003-11-07T12:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: problrm running script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problrm-running-script/m-p/3113582#M802576</link>
      <description>If your file is not whoami.sql but whoami.xxx you can also call :&lt;BR /&gt;sqlplus user/&lt;PASSWORD&gt; @whoami.xxx&lt;BR /&gt;&lt;BR /&gt;if no ext. is given .sql is assumed, hence the error message.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;JL&lt;/PASSWORD&gt;</description>
      <pubDate>Fri, 07 Nov 2003 12:14:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problrm-running-script/m-p/3113582#M802576</guid>
      <dc:creator>Jean-Luc Oudart</dc:creator>
      <dc:date>2003-11-07T12:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: problrm running script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problrm-running-script/m-p/3113583#M802577</link>
      <description>Hi Cathy,&lt;BR /&gt;&lt;BR /&gt;why is there a unix command in the sql script? Otherwise the others are correct. Without extension .sql ia assumed.&lt;BR /&gt;&lt;BR /&gt;greetings,&lt;BR /&gt;&lt;BR /&gt;Michael&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Nov 2003 12:53:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problrm-running-script/m-p/3113583#M802577</guid>
      <dc:creator>Michael Schulte zur Sur</dc:creator>
      <dc:date>2003-11-07T12:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: problrm running script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problrm-running-script/m-p/3113584#M802578</link>
      <description>Cathy,&lt;BR /&gt;&lt;BR /&gt;When in sqlplus, try running your script writing all the path (e.g. @/home/kchinsky/scripts/whoami.sql)&lt;BR /&gt;Also comment the cd /home/kchinsky/scripts line.&lt;BR /&gt;&lt;BR /&gt;If you still have problems, if you have permissions, try running your script loging as oracle user and changing your scripts owner and group to match those of unix oracle user and try,just to be sure your script is running fine.&lt;BR /&gt;&lt;BR /&gt;Alberto.</description>
      <pubDate>Fri, 07 Nov 2003 13:45:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problrm-running-script/m-p/3113584#M802578</guid>
      <dc:creator>Alberto Ochoa</dc:creator>
      <dc:date>2003-11-07T13:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: problrm running script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problrm-running-script/m-p/3113585#M802579</link>
      <description>HI all after a long break.&lt;BR /&gt;I took the unix code out of the script.&lt;BR /&gt;reason I had it to locate path for script but that was wrong. any how I tried to give a path as i was suggested but i still have a same error.&lt;BR /&gt;I did not quite undesrtand oracle user login etc.&lt;BR /&gt;I am logged on unix box with unix id/password, then I logged in sqlplus with oracle id and password.&lt;BR /&gt;and here I tried to run the script @/home/kchinsky/scripts/whoami.sql&lt;BR /&gt;and I have same error.&lt;BR /&gt;thanks again for your help.&lt;BR /&gt;any sugessions are welcome.&lt;BR /&gt;Regards,</description>
      <pubDate>Fri, 07 Nov 2003 15:35:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problrm-running-script/m-p/3113585#M802579</guid>
      <dc:creator>Cathy Arora</dc:creator>
      <dc:date>2003-11-07T15:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: problrm running script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problrm-running-script/m-p/3113586#M802580</link>
      <description>THnaks all. Problem fixed.</description>
      <pubDate>Fri, 07 Nov 2003 16:07:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problrm-running-script/m-p/3113586#M802580</guid>
      <dc:creator>Cathy Arora</dc:creator>
      <dc:date>2003-11-07T16:07:53Z</dc:date>
    </item>
    <item>
      <title>Re: problrm running script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problrm-running-script/m-p/3113587#M802581</link>
      <description>Hi Cathy,&lt;BR /&gt;&lt;BR /&gt;would you please be so kine to award some points for the ones, who helped to solve the problem?&lt;BR /&gt;&lt;BR /&gt;thanks,&lt;BR /&gt;&lt;BR /&gt;Michael&lt;BR /&gt;</description>
      <pubDate>Sat, 08 Nov 2003 07:26:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problrm-running-script/m-p/3113587#M802581</guid>
      <dc:creator>Michael Schulte zur Sur</dc:creator>
      <dc:date>2003-11-08T07:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: problrm running script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problrm-running-script/m-p/3113588#M802582</link>
      <description>Hi Cathy,&lt;BR /&gt;&lt;BR /&gt;would you please be so kine to award some points for the ones, who helped to solve the problem?&lt;BR /&gt;&lt;BR /&gt;thanks,&lt;BR /&gt;&lt;BR /&gt;Michael</description>
      <pubDate>Wed, 19 Nov 2003 12:23:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problrm-running-script/m-p/3113588#M802582</guid>
      <dc:creator>Michael Schulte zur Sur</dc:creator>
      <dc:date>2003-11-19T12:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: problrm running script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problrm-running-script/m-p/3113589#M802583</link>
      <description>Cathy -&lt;BR /&gt;Forget the points. Could you post the solution?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;dl</description>
      <pubDate>Wed, 19 Nov 2003 13:21:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problrm-running-script/m-p/3113589#M802583</guid>
      <dc:creator>Dave La Mar</dc:creator>
      <dc:date>2003-11-19T13:21:27Z</dc:date>
    </item>
  </channel>
</rss>

