<?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: Oracle Environment Setup in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-environment-setup/m-p/2420508#M768296</link>
    <description>try giving the user dba group. I think maybe it could be ue to permission</description>
    <pubDate>Tue, 13 Jun 2000 07:08:07 GMT</pubDate>
    <dc:creator>Amran Bin Md Said</dc:creator>
    <dc:date>2000-06-13T07:08:07Z</dc:date>
    <item>
      <title>Oracle Environment Setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-environment-setup/m-p/2420505#M768293</link>
      <description>I'm trying to setup a new user to be able to access the database. Under this &lt;BR /&gt;user, when run "TNSPING &lt;SID&gt;", it returns the error message:&lt;BR /&gt;&lt;BR /&gt;tnsping: error in loading shared libraries: libclntsh.so.8.0: cannot open &lt;BR /&gt;shared object file: No such file or directory&lt;BR /&gt;&lt;BR /&gt;But I've set&lt;BR /&gt;    LD_LIBRARY_PATH=${ORACLE_HOME}/lib&lt;BR /&gt;and the file 'libclntsh.so.8.0' is accessable by the user in ${ORACLE_HOME}/lib &lt;BR /&gt;directory.&lt;BR /&gt;&lt;BR /&gt;Who can help?&lt;BR /&gt;&lt;BR /&gt;Queyon&lt;/SID&gt;</description>
      <pubDate>Tue, 28 Mar 2000 08:32:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-environment-setup/m-p/2420505#M768293</guid>
      <dc:creator>Zeng Qing yong</dc:creator>
      <dc:date>2000-03-28T08:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Environment Setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-environment-setup/m-p/2420506#M768294</link>
      <description>is your tns listener running?&lt;BR /&gt;&lt;BR /&gt;you can check this using the command lsnrctl&lt;BR /&gt;&lt;BR /&gt;at prompt type status&lt;BR /&gt;&lt;BR /&gt;if not running type start.&lt;BR /&gt;&lt;BR /&gt;then exit to quit.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;bill</description>
      <pubDate>Tue, 28 Mar 2000 12:50:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-environment-setup/m-p/2420506#M768294</guid>
      <dc:creator>Willaim Hart</dc:creator>
      <dc:date>2000-03-28T12:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Environment Setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-environment-setup/m-p/2420507#M768295</link>
      <description>Thank you, Willaim. But when I tried 'lsnrctl', it returned the same error as &lt;BR /&gt;'tnsping'.&lt;BR /&gt;&lt;BR /&gt;Who can help?&lt;BR /&gt;&lt;BR /&gt;Queyon</description>
      <pubDate>Wed, 29 Mar 2000 07:42:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-environment-setup/m-p/2420507#M768295</guid>
      <dc:creator>Zeng Queyon</dc:creator>
      <dc:date>2000-03-29T07:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Environment Setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-environment-setup/m-p/2420508#M768296</link>
      <description>try giving the user dba group. I think maybe it could be ue to permission</description>
      <pubDate>Tue, 13 Jun 2000 07:08:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-environment-setup/m-p/2420508#M768296</guid>
      <dc:creator>Amran Bin Md Said</dc:creator>
      <dc:date>2000-06-13T07:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Environment Setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-environment-setup/m-p/2420509#M768297</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Perhaps you would want to try relinking the executables again.&lt;BR /&gt;&lt;BR /&gt;Regards.&lt;BR /&gt;&lt;BR /&gt;STeven Sim.</description>
      <pubDate>Tue, 13 Jun 2000 07:57:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-environment-setup/m-p/2420509#M768297</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2000-06-13T07:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Environment Setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-environment-setup/m-p/2420510#M768298</link>
      <description>Hi,&lt;BR /&gt; try to setup the following envinronment variables in user profile&lt;BR /&gt;ORACLE_HOME=&lt;BR /&gt;export ORACLE_HOME&lt;BR /&gt;ORACLE_BASE=/oracle/app/oracle&lt;BR /&gt;export ORACLE_BASE          &lt;BR /&gt;ORACLE_SID=ORCL             &lt;BR /&gt;export ORACLE_SID           &lt;BR /&gt;SHLIB_PATH=$ORACLE_HOME/lib &lt;BR /&gt;export SHLIB_PATH           &lt;BR /&gt;PATH=$PATH:$ORACLE_HOME/bin/&lt;BR /&gt;export PATH  &lt;BR /&gt;&lt;BR /&gt;Can you check the following.&lt;BR /&gt;&lt;BR /&gt;1.oratab file under /etc&lt;BR /&gt;2.&lt;SID-NAME&gt;:&lt;ORACLE_HOME&gt;:N&lt;BR /&gt;  by default it is no,if you make yes by putting Y in place of N,and setting the above variables you can start listner.&lt;BR /&gt;&lt;BR /&gt;3.First check whether ur database is running or not.&lt;BR /&gt;4.If it running OK,then setup all the above and try,with this you can use dbstart and dbshut to start and ahutdown the database.OK.&lt;BR /&gt;&lt;BR /&gt;Hope this will solve ur problem.&lt;BR /&gt;&lt;BR /&gt;HAPPY ADMIN.&lt;BR /&gt;&lt;BR /&gt;-Nagaraj&lt;BR /&gt;&lt;/ORACLE_HOME&gt;&lt;/SID-NAME&gt;</description>
      <pubDate>Fri, 30 Jun 2000 12:28:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-environment-setup/m-p/2420510#M768298</guid>
      <dc:creator>Nagaraj Dandeboyina</dc:creator>
      <dc:date>2000-06-30T12:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Environment Setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-environment-setup/m-p/2420511#M768299</link>
      <description>Hi, maybe you'd better relink executables for oracle, I met such error before.</description>
      <pubDate>Thu, 10 Aug 2000 04:53:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-environment-setup/m-p/2420511#M768299</guid>
      <dc:creator>Anthony_4</dc:creator>
      <dc:date>2000-08-10T04:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Environment Setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-environment-setup/m-p/2420512#M768300</link>
      <description>Those libraries are the client libraries that can get re-created at install. You can regenerate them, then link the listener again.&lt;BR /&gt;&lt;BR /&gt;Carl</description>
      <pubDate>Thu, 10 Aug 2000 14:58:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-environment-setup/m-p/2420512#M768300</guid>
      <dc:creator>Carl Roberts</dc:creator>
      <dc:date>2000-08-10T14:58:24Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Environment Setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-environment-setup/m-p/2420513#M768301</link>
      <description>I went out to Oracle Metalink and found that there exists a patch for this problem.  You must contact your local Oracle Support Center.  You will see two separate threads I copied from the metalink.  In this is the bug no. is 1102548 and you must request a patch for this bug.  I hope this helps. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thread Status: Closed &lt;BR /&gt;&lt;BR /&gt;From: Roopa Seshadri 03-Dec-99 21:32 &lt;BR /&gt;Subject: lsnrctl error in loading shared libraries &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;lsnrctl error in loading shared libraries&lt;BR /&gt;&lt;BR /&gt;I'm getting: &lt;BR /&gt;&lt;BR /&gt;sqlplus: error in loading shared libraries: &lt;BR /&gt;/home/oracle/product/8.1.5./lib/libclntsh.so.8.0: undefined symbol: nauzaoss &lt;BR /&gt;&lt;BR /&gt;I installed Oracle 8.i on a fresh install of SUSE 6.2 (glibc 2.1) and the install of Oracle went &lt;BR /&gt;fine. The svrmgrl program works but SQL*Plus (and I suspect other Oracle modules) is reporting the &lt;BR /&gt;&lt;BR /&gt;above error. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;--------------------------------------------------------------------------------&lt;BR /&gt;&lt;BR /&gt;From: Oracle, Chandra Adithya 06-Dec-99 11:38 &lt;BR /&gt;Subject: Re : lsnrctl error in loading shared libraries &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hi, &lt;BR /&gt;Can you please post the version of sql*plus you are trying to install ?? &lt;BR /&gt;This will be helpful in simulating and working on this problem. &lt;BR /&gt;regards, &lt;BR /&gt;Adithya.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;--------------------------------------------------------------------------------&lt;BR /&gt;&lt;BR /&gt;From: Roopa Seshadri 06-Dec-99 15:32 &lt;BR /&gt;Subject: Re : lsnrctl error in loading shared libraries &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The version of SQL Plus is "SQL*Plus: Release 8.1.5.0.0 ". &lt;BR /&gt;We are not having a problem with SQL Plus. &lt;BR /&gt;&lt;BR /&gt;I am unable to start the listener in the server. &lt;BR /&gt;&lt;BR /&gt;It reports the foll. error : &lt;BR /&gt;lsnrctl: error in loading shared libraries: libclntsh.so.8.0: cannot open shared object file: No such file or directory. &lt;BR /&gt;&lt;BR /&gt;All the ORACLE variables and PATH are set. svrmgrl and sqlplus work fine.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;--------------------------------------------------------------------------------&lt;BR /&gt;&lt;BR /&gt;From: Oracle, Chandra Adithya 07-Dec-99 07:17 &lt;BR /&gt;Subject: Re : Re : lsnrctl error in loading shared libraries &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hi, &lt;BR /&gt;You are hitting bug #1102548 and fix is available. &lt;BR /&gt;Please contact your local support center for the patch. &lt;BR /&gt;&lt;BR /&gt;regards, &lt;BR /&gt;Adithya&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thread Status: Closed &lt;BR /&gt;&lt;BR /&gt;From: jboix@baf.es 14-Jul-00 15:57 &lt;BR /&gt;Subject: nauzaoss &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;nauzaoss&lt;BR /&gt;&lt;BR /&gt;I work whith PHP3, APACHE, ORACLE 8i 8.1.5 For linux Suse 6.2. And i have a problem, someone tels me that i need the PATCH number #1102548 And y don`t find it. &lt;BR /&gt;&lt;BR /&gt;In sqlplus i have the message : &lt;BR /&gt;Sqlplus: error in loading shared libraries &lt;BR /&gt;/opt/oracle/product/8.1.5/lib/libclntsh.so.8.0: &lt;BR /&gt;undefined simbols : nauzaoss. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;--------------------------------------------------------------------------------&lt;BR /&gt;&lt;BR /&gt;From: madhumathi nalla 14-Jul-00 18:17 &lt;BR /&gt;Subject: Re : nauzaoss &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I think its something related to PATH variable in UNIX, &lt;BR /&gt;check whether PATH variable has $ORACLE_HOME/lib, if not include it and try again. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;--------------------------------------------------------------------------------&lt;BR /&gt;&lt;BR /&gt;From: Oracle, Anil Shenoy 17-Jul-00 06:42 &lt;BR /&gt;Subject: Re : nauzaoss &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hi, &lt;BR /&gt;Please refer a document below which addresses some of the issues &lt;BR /&gt;related to Oracle8i Enterprise Edition under LINUX platform. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Oracle 8i Standard Edition for LINUX FAQ &lt;BR /&gt;&lt;BR /&gt;For further assistance please please in "Unix Installation/OS: RDBMS Technical Forum" as questions related to Installation are handled &lt;BR /&gt;in that forum. &lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards, &lt;BR /&gt;Anil &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;--------------------------------------------------------------------------------&lt;BR /&gt;&lt;BR /&gt;From: jboix@baf.es 17-Jul-00 12:43 &lt;BR /&gt;Subject: Re : nauzaoss &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;it seems that we need a patch for the bug #1102548. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;--------------------------------------------------------------------------------&lt;BR /&gt;&lt;BR /&gt;From: Oracle, Anil Shenoy 17-Jul-00 13:08 &lt;BR /&gt;Subject: Re : nauzaoss &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hi, &lt;BR /&gt;If you require patch for the bug 1102548 please contact local &lt;BR /&gt;support center by giving reference to the bug no. &lt;BR /&gt;&lt;BR /&gt;Regards, &lt;BR /&gt;Anil &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Aug 2000 23:10:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-environment-setup/m-p/2420513#M768301</guid>
      <dc:creator>Jennifer LaFene</dc:creator>
      <dc:date>2000-08-10T23:10:33Z</dc:date>
    </item>
  </channel>
</rss>

