<?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 sqlplus starting issue in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sqlplus-starting-issue/m-p/4767558#M606604</link>
    <description>for starting sqlplus in HP-UX 11.23 9000/800&lt;BR /&gt; getting issue?&lt;BR /&gt;/usr/lib/pa20_64/dld.sl: Unsatisfied data symbol 'nltrc_exit' in load module '/oracle/10.2.0/product/lib/libnnz10.sl'.&lt;BR /&gt;/usr/lib/pa20_64/dld.sl: Unsatisfied data symbol 'nltrc_entry' in load module '/oracle/10.2.0/product/lib/libnnz10.sl'.&lt;BR /&gt;/usr/lib/pa20_64/dld.sl: Unsatisfied data symbol 'nzdacvalue' in load module '/oracle/10.2.0/product/lib/libnnz10.sl'.&lt;BR /&gt;Killed&lt;BR /&gt;</description>
    <pubDate>Mon, 21 Mar 2011 04:08:13 GMT</pubDate>
    <dc:creator>shirish11</dc:creator>
    <dc:date>2011-03-21T04:08:13Z</dc:date>
    <item>
      <title>sqlplus starting issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sqlplus-starting-issue/m-p/4767558#M606604</link>
      <description>for starting sqlplus in HP-UX 11.23 9000/800&lt;BR /&gt; getting issue?&lt;BR /&gt;/usr/lib/pa20_64/dld.sl: Unsatisfied data symbol 'nltrc_exit' in load module '/oracle/10.2.0/product/lib/libnnz10.sl'.&lt;BR /&gt;/usr/lib/pa20_64/dld.sl: Unsatisfied data symbol 'nltrc_entry' in load module '/oracle/10.2.0/product/lib/libnnz10.sl'.&lt;BR /&gt;/usr/lib/pa20_64/dld.sl: Unsatisfied data symbol 'nzdacvalue' in load module '/oracle/10.2.0/product/lib/libnnz10.sl'.&lt;BR /&gt;Killed&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Mar 2011 04:08:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sqlplus-starting-issue/m-p/4767558#M606604</guid>
      <dc:creator>shirish11</dc:creator>
      <dc:date>2011-03-21T04:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: sqlplus starting issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sqlplus-starting-issue/m-p/4767559#M606605</link>
      <description>Maybe you have something wrong with the library paths? Did you try to migrate from PA-RISC to Itanium? Is it a new ORACLE installation?&lt;BR /&gt;&lt;BR /&gt;You could run ldd against sqlplus in order to find out which libraries are supposed to be linked dinamically (and from where):&lt;BR /&gt;&lt;BR /&gt;ldd /absolute_path_to_sqlplus_binary/sqlplus&lt;BR /&gt;&lt;BR /&gt;Best regards from Romania,&lt;BR /&gt;Horia.</description>
      <pubDate>Mon, 21 Mar 2011 04:53:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sqlplus-starting-issue/m-p/4767559#M606605</guid>
      <dc:creator>Horia Chirculescu</dc:creator>
      <dc:date>2011-03-21T04:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: sqlplus starting issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sqlplus-starting-issue/m-p/4767560#M606606</link>
      <description>hi I just check In hp is shlib_path or ld_library_path needed to set that i Have a confusion on that..which one it will take on high priority?&lt;BR /&gt;thanks</description>
      <pubDate>Mon, 21 Mar 2011 04:55:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sqlplus-starting-issue/m-p/4767560#M606606</guid>
      <dc:creator>shirish11</dc:creator>
      <dc:date>2011-03-21T04:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: sqlplus starting issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sqlplus-starting-issue/m-p/4767561#M606607</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;As ususal, read the docs:&lt;BR /&gt;&lt;BR /&gt;man dld.sl&lt;BR /&gt;&lt;BR /&gt;The LD_LIBRARY_PATH will be searched 1st and SHLIB_PATH next. &lt;BR /&gt;&lt;BR /&gt;LD_LIBRARY_PATH is the "new" thing. You should add new paths there.&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Horia.</description>
      <pubDate>Mon, 21 Mar 2011 05:01:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sqlplus-starting-issue/m-p/4767561#M606607</guid>
      <dc:creator>Horia Chirculescu</dc:creator>
      <dc:date>2011-03-21T05:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: sqlplus starting issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sqlplus-starting-issue/m-p/4767562#M606608</link>
      <description>shirish11,&lt;BR /&gt;Please check ,&lt;BR /&gt;&lt;BR /&gt;$ echo $PATH&lt;BR /&gt;$ echo $ORACLE_HOME&lt;BR /&gt;$ echo $LD_LIBRARY_PATH&lt;BR /&gt;&lt;BR /&gt;$ ls -l /usr/lib/pa20_64/dld.sl&lt;BR /&gt;$ ls -l /oracle/10.2.0/product/lib/libnnz10.sl&lt;BR /&gt;$ ldd -d /oracle/10.2.0/product/lib/libnnz10.sl&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Seems some issue with the path, and not defined properly&lt;BR /&gt;&lt;BR /&gt;Hth,&lt;BR /&gt;Raj.</description>
      <pubDate>Mon, 21 Mar 2011 05:14:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sqlplus-starting-issue/m-p/4767562#M606608</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2011-03-21T05:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: sqlplus starting issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sqlplus-starting-issue/m-p/4767563#M606609</link>
      <description>I got a sol when i set ld_lib_path properly&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Mar 2011 05:16:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sqlplus-starting-issue/m-p/4767563#M606609</guid>
      <dc:creator>shirish11</dc:creator>
      <dc:date>2011-03-21T05:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: sqlplus starting issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sqlplus-starting-issue/m-p/4767564#M606610</link>
      <description>&amp;gt;I got a sol when i set ld_lib_path properly&lt;BR /&gt;&lt;BR /&gt;You mean LD_LIBRARY_PATH, right?&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Horia.</description>
      <pubDate>Mon, 21 Mar 2011 05:20:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sqlplus-starting-issue/m-p/4767564#M606610</guid>
      <dc:creator>Horia Chirculescu</dc:creator>
      <dc:date>2011-03-21T05:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: sqlplus starting issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sqlplus-starting-issue/m-p/4767565#M606611</link>
      <description>yes</description>
      <pubDate>Mon, 21 Mar 2011 08:26:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sqlplus-starting-issue/m-p/4767565#M606611</guid>
      <dc:creator>shirish11</dc:creator>
      <dc:date>2011-03-21T08:26:53Z</dc:date>
    </item>
  </channel>
</rss>

