<?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:run sqlplus in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/error-run-sqlplus/m-p/2477353#M776328</link>
    <description>.profile already set ,but it still error.&lt;BR /&gt;&lt;BR /&gt;# Set up the oracle variables:&lt;BR /&gt; umask 022&lt;BR /&gt; ORACLE_BASE=/u01/app/oracle&lt;BR /&gt; ORACLE_HOME=/u01/app/oracle/product/8.1.5.&lt;BR /&gt; ORACLE_SID=test&lt;BR /&gt; PATH=$PATH:$ORACLE_HOME/bin&lt;BR /&gt; SHLIB_PATH=$ORACLE_HOME/lib&lt;BR /&gt; CLASSPATH=$ORACLE_HOME/jdbc/lib/classes111.zip:$ORACLE_HOME/myclass&lt;BR /&gt; LD_LIBRARY_PATH=$ORACLE_HOME/lib&lt;BR /&gt; export ORACLE_BASE ORACLE_HOME LD_LIBRARY_PATH ORACLE_SID PATH SHLIB_PATH CLASSPATH&lt;BR /&gt; export NLS_LANG="simplified chinese"_china.zhs16cgb231280&lt;BR /&gt;chinese"_china.zhs16gbk&lt;BR /&gt; export LANG=zh_CN.hp15CN</description>
    <pubDate>Fri, 29 Dec 2000 04:57:37 GMT</pubDate>
    <dc:creator>robaby</dc:creator>
    <dc:date>2000-12-29T04:57:37Z</dc:date>
    <item>
      <title>error:run sqlplus</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-run-sqlplus/m-p/2477351#M776326</link>
      <description>./sqlplus&lt;BR /&gt;&lt;BR /&gt;error:&lt;BR /&gt;Message file sp1&lt;LANG&gt;.msb not found&lt;BR /&gt;Error 6 initializing SQL*Plus&lt;BR /&gt;&lt;BR /&gt;how do I resolve it?&lt;/LANG&gt;</description>
      <pubDate>Fri, 29 Dec 2000 00:54:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-run-sqlplus/m-p/2477351#M776326</guid>
      <dc:creator>robaby</dc:creator>
      <dc:date>2000-12-29T00:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: error:run sqlplus</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-run-sqlplus/m-p/2477352#M776327</link>
      <description>Hi,&lt;BR /&gt;You need to add the path where that file is found to your path environment setting, in your .profile (or equivalent) file.&lt;BR /&gt;HTH&lt;BR /&gt;Mo</description>
      <pubDate>Fri, 29 Dec 2000 04:29:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-run-sqlplus/m-p/2477352#M776327</guid>
      <dc:creator>Maureen Gunkel</dc:creator>
      <dc:date>2000-12-29T04:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: error:run sqlplus</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-run-sqlplus/m-p/2477353#M776328</link>
      <description>.profile already set ,but it still error.&lt;BR /&gt;&lt;BR /&gt;# Set up the oracle variables:&lt;BR /&gt; umask 022&lt;BR /&gt; ORACLE_BASE=/u01/app/oracle&lt;BR /&gt; ORACLE_HOME=/u01/app/oracle/product/8.1.5.&lt;BR /&gt; ORACLE_SID=test&lt;BR /&gt; PATH=$PATH:$ORACLE_HOME/bin&lt;BR /&gt; SHLIB_PATH=$ORACLE_HOME/lib&lt;BR /&gt; CLASSPATH=$ORACLE_HOME/jdbc/lib/classes111.zip:$ORACLE_HOME/myclass&lt;BR /&gt; LD_LIBRARY_PATH=$ORACLE_HOME/lib&lt;BR /&gt; export ORACLE_BASE ORACLE_HOME LD_LIBRARY_PATH ORACLE_SID PATH SHLIB_PATH CLASSPATH&lt;BR /&gt; export NLS_LANG="simplified chinese"_china.zhs16cgb231280&lt;BR /&gt;chinese"_china.zhs16gbk&lt;BR /&gt; export LANG=zh_CN.hp15CN</description>
      <pubDate>Fri, 29 Dec 2000 04:57:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-run-sqlplus/m-p/2477353#M776328</guid>
      <dc:creator>robaby</dc:creator>
      <dc:date>2000-12-29T04:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: error:run sqlplus</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-run-sqlplus/m-p/2477354#M776329</link>
      <description>Hi Robaby,&lt;BR /&gt;&lt;BR /&gt;This file is for localized messages.&lt;BR /&gt;As you appear to be using "simplified chinese", double check the values of LANG and NLS_LANG. Especially NLS_LANG as it appears to be very complex.&lt;BR /&gt;&lt;BR /&gt;I don't have any chinese on my HP boxes, so I can't really check it for you ;-)&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Dan&lt;BR /&gt;</description>
      <pubDate>Fri, 29 Dec 2000 05:35:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-run-sqlplus/m-p/2477354#M776329</guid>
      <dc:creator>Dan Hetzel</dc:creator>
      <dc:date>2000-12-29T05:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: error:run sqlplus</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-run-sqlplus/m-p/2477355#M776330</link>
      <description>thanks &lt;BR /&gt;I resolve it</description>
      <pubDate>Fri, 29 Dec 2000 06:04:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-run-sqlplus/m-p/2477355#M776330</guid>
      <dc:creator>robaby</dc:creator>
      <dc:date>2000-12-29T06:04:07Z</dc:date>
    </item>
  </channel>
</rss>

