<?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: Error Received After Entering ORACLE_SID Value in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/error-received-after-entering-oracle-sid-value/m-p/2584852#M856121</link>
    <description>James is correct as alway!!&lt;BR /&gt;&lt;BR /&gt;In the oraenv, a test is done to see if the value returned from ulimit is less than a certain number.  Since in the POSIX shell, the return value is unlimited, the test fails.  "unlimited" is not a number.  If you change to the korn shell, you will not get the error because the value returned from the ulimit command is a number. &lt;BR /&gt;&lt;BR /&gt;The error has no impact, just an eye sore.&lt;BR /&gt;&lt;BR /&gt;...jcd...</description>
    <pubDate>Tue, 25 Sep 2001 20:36:56 GMT</pubDate>
    <dc:creator>Joseph C. Denman</dc:creator>
    <dc:date>2001-09-25T20:36:56Z</dc:date>
    <item>
      <title>Error Received After Entering ORACLE_SID Value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-received-after-entering-oracle-sid-value/m-p/2584848#M856117</link>
      <description>What is this telling me?&lt;BR /&gt;&lt;BR /&gt;sh: unlimited: The specified number is not valid for this command&lt;BR /&gt;&lt;BR /&gt;I receive this after I execute:&lt;BR /&gt;&lt;BR /&gt;. oraenv&lt;BR /&gt;&lt;BR /&gt;which I do after logging in as Oracle.  I have two instances of Oracle on this box, which is HP-UX 11.</description>
      <pubDate>Tue, 25 Sep 2001 20:00:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-received-after-entering-oracle-sid-value/m-p/2584848#M856117</guid>
      <dc:creator>Scott Buckingham</dc:creator>
      <dc:date>2001-09-25T20:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: Error Received After Entering ORACLE_SID Value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-received-after-entering-oracle-sid-value/m-p/2584849#M856118</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Sounds like a bad entry in your oraenv file.  Maybe you can post it for the local wizards to look at.  &lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Sep 2001 20:11:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-received-after-entering-oracle-sid-value/m-p/2584849#M856118</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2001-09-25T20:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: Error Received After Entering ORACLE_SID Value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-received-after-entering-oracle-sid-value/m-p/2584850#M856119</link>
      <description>Hi Scott,&lt;BR /&gt;&lt;BR /&gt;Post the complete error and can you attach the oraenv file for us to look at.&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Sep 2001 20:16:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-received-after-entering-oracle-sid-value/m-p/2584850#M856119</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2001-09-25T20:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: Error Received After Entering ORACLE_SID Value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-received-after-entering-oracle-sid-value/m-p/2584851#M856120</link>
      <description>Hi Scott:&lt;BR /&gt;&lt;BR /&gt;I suspect that you have a 'ulimit' statement in your 'oraenv' and that your are running as a ksh (Korn) shell.&lt;BR /&gt;&lt;BR /&gt;For 'ksh' the value 4194304 represents 'unlimited'. The POSIX shell (sh) uses the string 'unlimited' instead.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Sep 2001 20:21:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-received-after-entering-oracle-sid-value/m-p/2584851#M856120</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-09-25T20:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: Error Received After Entering ORACLE_SID Value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-received-after-entering-oracle-sid-value/m-p/2584852#M856121</link>
      <description>James is correct as alway!!&lt;BR /&gt;&lt;BR /&gt;In the oraenv, a test is done to see if the value returned from ulimit is less than a certain number.  Since in the POSIX shell, the return value is unlimited, the test fails.  "unlimited" is not a number.  If you change to the korn shell, you will not get the error because the value returned from the ulimit command is a number. &lt;BR /&gt;&lt;BR /&gt;The error has no impact, just an eye sore.&lt;BR /&gt;&lt;BR /&gt;...jcd...</description>
      <pubDate>Tue, 25 Sep 2001 20:36:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-received-after-entering-oracle-sid-value/m-p/2584852#M856121</guid>
      <dc:creator>Joseph C. Denman</dc:creator>
      <dc:date>2001-09-25T20:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: Error Received After Entering ORACLE_SID Value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-received-after-entering-oracle-sid-value/m-p/2584853#M856122</link>
      <description>Well guys, here you go!  And James, you are right about the 'ulimit', but being rather 'green' in this area, I'm not sure what this is suppose to be.</description>
      <pubDate>Tue, 25 Sep 2001 21:10:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-received-after-entering-oracle-sid-value/m-p/2584853#M856122</guid>
      <dc:creator>Scott Buckingham</dc:creator>
      <dc:date>2001-09-25T21:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: Error Received After Entering ORACLE_SID Value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-received-after-entering-oracle-sid-value/m-p/2584854#M856123</link>
      <description>Hi (again) Scott:&lt;BR /&gt;&lt;BR /&gt;Joseph is correct.  Change:&lt;BR /&gt;&lt;BR /&gt;if [ $? = 0 -a "$ULIMIT" -lt 2113674 ] ; then&lt;BR /&gt;&lt;BR /&gt;...to be...&lt;BR /&gt;&lt;BR /&gt;if [ $? = 0 -a "$ULIMIT" != "unlimited" ] ; then&lt;BR /&gt;  if [ "$ULIMIT" -lt 2113674 ] ; then&lt;BR /&gt;&lt;BR /&gt;...and add one terminating 'fi' at the end.  In all, this code will look like:&lt;BR /&gt;&lt;BR /&gt;if [ $? = 0 -a "$ULIMIT" != "unlimited" ] ; then&lt;BR /&gt;  if [ "$ULIMIT" -lt 2113674 ] ; then&lt;BR /&gt;    if [ -f $ORACLE_HOME/bin/osh ] ; then&lt;BR /&gt;        exec $ORACLE_HOME/bin/osh&lt;BR /&gt;    else&lt;BR /&gt;        for D in `echo $PATH | tr : " "`&lt;BR /&gt;        do&lt;BR /&gt;            if [ -f $D/osh ] ; then&lt;BR /&gt;                exec $D/osh&lt;BR /&gt;            fi&lt;BR /&gt;        done&lt;BR /&gt;    fi&lt;BR /&gt;  fi&lt;BR /&gt;fi&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 25 Sep 2001 21:21:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-received-after-entering-oracle-sid-value/m-p/2584854#M856123</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-09-25T21:21:46Z</dc:date>
    </item>
  </channel>
</rss>

