<?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: command hangs only for oracle user but it's fine when used by others in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/command-is-hung-only-for-orace-user-but-it-s-fine-to-used-by/m-p/6002603#M483591</link>
    <description>&lt;P&gt;Yes. It returned as following when I use real shell.&lt;BR /&gt;$ whence ls&lt;BR /&gt;/oracle/&amp;lt;SID&amp;gt;/ls&lt;BR /&gt;$ whence bdf&lt;BR /&gt;/oracle/&amp;lt;SID&amp;gt;/bdf&lt;BR /&gt;&lt;BR /&gt;But it's nomral when I use whence under root user:&lt;BR /&gt;# whence ls&lt;BR /&gt;/usr/bin/ls&lt;BR /&gt;# whence bdf&lt;BR /&gt;/usr/bin/bdf&lt;BR /&gt;&lt;BR /&gt;Could you tell me why the executable path for ls/bdf were changed under oracle user &amp;nbsp;and how I can solve this problem ?&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;BR /&gt;Ray&lt;/P&gt;</description>
    <pubDate>Wed, 20 Mar 2013 01:15:16 GMT</pubDate>
    <dc:creator>Ray_Luo</dc:creator>
    <dc:date>2013-03-20T01:15:16Z</dc:date>
    <item>
      <title>command is hung only for orace user but it's  fine to used by other users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-is-hung-only-for-orace-user-but-it-s-fine-to-used-by/m-p/6001595#M483583</link>
      <description>&lt;P&gt;Hello folks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found I couldn't execute ls/rm/bdf command successfully after I use oracle user to execute command chmod -R 755 to batch update the attributes of directories and files under /oracle/&amp;lt;SID&amp;gt;. Once I type ls -alt then it hung as attached indicated and rises more and more processes belonging to oracle user. However, it's ok to run those commands by others user like root etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I searched this forum but didn't get the right post. Could you help and check this issue ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Ray&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2013 08:36:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-is-hung-only-for-orace-user-but-it-s-fine-to-used-by/m-p/6001595#M483583</guid>
      <dc:creator>Ray_Luo</dc:creator>
      <dc:date>2013-03-19T08:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: command is hung only for orace user but it's  fine to used by other users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-is-hung-only-for-orace-user-but-it-s-fine-to-used-by/m-p/6001601#M483584</link>
      <description>&lt;P&gt;BTW, it's HP-UX B.11.23 ia64.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2013 08:48:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-is-hung-only-for-orace-user-but-it-s-fine-to-used-by/m-p/6001601#M483584</guid>
      <dc:creator>Ray_Luo</dc:creator>
      <dc:date>2013-03-19T08:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: command hangs only for oracle user but it's fine when used by others</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-is-hung-only-for-orace-user-but-it-s-fine-to-used-by/m-p/6001655#M483585</link>
      <description>&lt;P&gt;&amp;gt;I couldn't execute ls/rm/bdf&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you are using a real shell, what do these return:&lt;/P&gt;&lt;P&gt;whence ls&lt;/P&gt;&lt;P&gt;whence rm&lt;/P&gt;&lt;P&gt;whence bdf&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;command chmod -R 755&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You should never use absolute values for permission and -R.&amp;nbsp; Better to use symbolic: go-w&lt;/P&gt;&lt;P&gt;(You don't want to add execute permission to non executables, shlibs and scripts.)&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2013 09:37:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-is-hung-only-for-orace-user-but-it-s-fine-to-used-by/m-p/6001655#M483585</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2013-03-19T09:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: command hangs only for oracle user but it's fine when used by others</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-is-hung-only-for-orace-user-but-it-s-fine-to-used-by/m-p/6001761#M483587</link>
      <description>&lt;P&gt;Hi Dennis,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I executed whence ls etc but returned "whence: Command not found". &amp;nbsp;Also I tried to look for this command by "find / -name whence" using root user but failed. Any other suggestion?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;Ray&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2013 10:52:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-is-hung-only-for-orace-user-but-it-s-fine-to-used-by/m-p/6001761#M483587</guid>
      <dc:creator>Ray_Luo</dc:creator>
      <dc:date>2013-03-19T10:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: command hangs only for oracle user but it's fine when used by others</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-is-hung-only-for-orace-user-but-it-s-fine-to-used-by/m-p/6002339#M483590</link>
      <description>&lt;P&gt;&amp;gt;returned "whence: Command not found".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;whence is available in a real shell.&amp;nbsp; It appears you are using the scummy csh.&amp;nbsp; Try whichI(1) instead.&lt;/P&gt;</description>
      <pubDate>Sun, 05 Oct 2014 21:16:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-is-hung-only-for-orace-user-but-it-s-fine-to-used-by/m-p/6002339#M483590</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2014-10-05T21:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: command hangs only for oracle user but it's fine when used by others</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-is-hung-only-for-orace-user-but-it-s-fine-to-used-by/m-p/6002603#M483591</link>
      <description>&lt;P&gt;Yes. It returned as following when I use real shell.&lt;BR /&gt;$ whence ls&lt;BR /&gt;/oracle/&amp;lt;SID&amp;gt;/ls&lt;BR /&gt;$ whence bdf&lt;BR /&gt;/oracle/&amp;lt;SID&amp;gt;/bdf&lt;BR /&gt;&lt;BR /&gt;But it's nomral when I use whence under root user:&lt;BR /&gt;# whence ls&lt;BR /&gt;/usr/bin/ls&lt;BR /&gt;# whence bdf&lt;BR /&gt;/usr/bin/bdf&lt;BR /&gt;&lt;BR /&gt;Could you tell me why the executable path for ls/bdf were changed under oracle user &amp;nbsp;and how I can solve this problem ?&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;BR /&gt;Ray&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2013 01:15:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-is-hung-only-for-orace-user-but-it-s-fine-to-used-by/m-p/6002603#M483591</guid>
      <dc:creator>Ray_Luo</dc:creator>
      <dc:date>2013-03-20T01:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: command hangs only for oracle user but it's fine when used by others</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-is-hung-only-for-orace-user-but-it-s-fine-to-used-by/m-p/6002685#M483592</link>
      <description>&lt;P&gt;&amp;gt;Could you tell me why the executable path for ls/bdf were changed under oracle user&amp;nbsp; and how I can solve this problem?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Because of the misuse of chmod -R, these are now executable?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What does this show:&lt;/P&gt;&lt;P&gt;ll /usr/bin/ls /oracle/&amp;lt;SID&amp;gt;/ls /usr/bin/bdf /oracle/&amp;lt;SID&amp;gt;/bdf&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2013 04:51:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-is-hung-only-for-orace-user-but-it-s-fine-to-used-by/m-p/6002685#M483592</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2013-03-20T04:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: command hangs only for oracle user but it's fine when used by others</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-is-hung-only-for-orace-user-but-it-s-fine-to-used-by/m-p/6002827#M483594</link>
      <description>&lt;P&gt;Hi Dennis,&lt;BR /&gt;&lt;BR /&gt;Please see the attached. those under /oracle/&amp;lt;SID&amp;gt; are executable.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I guess I found the reason when I checked the detail of those executabls that ls/bdf were created in 2011 and zero in size. Now I can run ls/bdf etc after I deleted ls/bdf under /oracle/&amp;lt;SID&amp;gt; directory.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I still didn't know the root cause why ls and bdf were under oracle directory.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank for your heartful support, Dennis.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ray&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2013 07:11:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-is-hung-only-for-orace-user-but-it-s-fine-to-used-by/m-p/6002827#M483594</guid>
      <dc:creator>Ray_Luo</dc:creator>
      <dc:date>2013-03-20T07:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: command hangs only for oracle user but it's fine when used by others</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-is-hung-only-for-orace-user-but-it-s-fine-to-used-by/m-p/6002857#M483598</link>
      <description>&lt;P&gt;&amp;gt;Please see the attached. Those under /oracle/&amp;lt;SID&amp;gt; are executable.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But were they executable before that chmod?&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;gt;I still didn't know the root cause why ls and bdf were under oracle directory.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If they weren't executable, you wouldn't notice these empty files.&lt;/P&gt;&lt;P&gt;Not sure if some did a touch or they actually were shipped with Oracle?&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&amp;gt;Thank for your heartful support, Dennis.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you're happy, please click on on the Kudos thumbs-up for each helpful answer.&lt;/P&gt;</description>
      <pubDate>Sun, 05 Oct 2014 21:17:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-is-hung-only-for-orace-user-but-it-s-fine-to-used-by/m-p/6002857#M483598</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2014-10-05T21:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: command hangs only for oracle user but it's fine when used by others</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-is-hung-only-for-orace-user-but-it-s-fine-to-used-by/m-p/6002997#M483600</link>
      <description>&lt;P&gt;&amp;gt; But were they executable before that chmod?&lt;BR /&gt;I'm not sure coz I didn't check them before I executed 'chomd -R 775'.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; If they weren't executable, you wouldn't notice these empty files.&lt;BR /&gt;&amp;gt; Not sure if some did a touch or they actually were shipped with Oracle?&lt;BR /&gt;I guess it maybe someone created it coz I didn't found ls/bdf file under /oracle/&amp;lt;SID&amp;gt; in another server within the same landscape.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; If you're happy, please click on on the Kudos star for each helpful answer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Awarded. Thanks again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ray&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2013 09:38:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-is-hung-only-for-orace-user-but-it-s-fine-to-used-by/m-p/6002997#M483600</guid>
      <dc:creator>Ray_Luo</dc:creator>
      <dc:date>2013-03-20T09:38:46Z</dc:date>
    </item>
  </channel>
</rss>

