<?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 error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-error/m-p/4887746#M845815</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try &lt;BR /&gt;&lt;BR /&gt;#su - oracle&lt;BR /&gt;% sqlplus -version&lt;BR /&gt;&lt;BR /&gt;If it still complains about missings libraries&lt;BR /&gt;then the setup is not correct for either the variables ORACLE_HOME or the shared library called libodm9.sl cannot be found in the search path or is not installed correctly.&lt;BR /&gt;&lt;BR /&gt;The TNS error should not appear during sqlplus -version since it does not connect to the DB instance.&lt;BR /&gt;&lt;BR /&gt;Do a &lt;BR /&gt;&lt;BR /&gt;# find / -name 'libodm9.sl' -print | xargs what&lt;BR /&gt;&lt;BR /&gt;and check if the versions found and printed are for oracle 9.2.0.1.0 ...&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Bob</description>
    <pubDate>Thu, 24 Feb 2005 14:17:54 GMT</pubDate>
    <dc:creator>B. Hulst</dc:creator>
    <dc:date>2005-02-24T14:17:54Z</dc:date>
    <item>
      <title>Oracle error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-error/m-p/4887743#M845812</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Any idea about this error, &lt;BR /&gt;&lt;BR /&gt;# sqlplus&lt;BR /&gt;&lt;BR /&gt;SQL*Plus: Release 9.2.0.1.0 - Production on Thu Feb 24 19:41:19 2005&lt;BR /&gt;&lt;BR /&gt;Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.&lt;BR /&gt;&lt;BR /&gt;Enter user-name: system&lt;BR /&gt;Enter password: &lt;BR /&gt;/usr/lib/pa20_64/dld.sl: Unable to find library 'libodm9.sl'.&lt;BR /&gt;ERROR:&lt;BR /&gt;ORA-12547: TNS:lost contact&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Sreejith M&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Feb 2005 09:33:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-error/m-p/4887743#M845812</guid>
      <dc:creator>sreejith_4</dc:creator>
      <dc:date>2005-02-24T09:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-error/m-p/4887744#M845813</link>
      <description>Hi,&lt;BR /&gt;please check your path environment variables.&lt;BR /&gt;LD_LIB_PATH,SHLIB_PATH etc.&lt;BR /&gt;Can you also try to log on from the oracle unix account. If you do not get the same problem, look at the path variables and copy them to the problem user.&lt;BR /&gt;Regards&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Feb 2005 09:40:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-error/m-p/4887744#M845813</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2005-02-24T09:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-error/m-p/4887745#M845814</link>
      <description>The file you're looking for is in the ORACLE_HOME/lib directory - so it's not in the shared library paths...&lt;BR /&gt;&lt;BR /&gt;Make sure that environment variables:&lt;BR /&gt;SHLIB_PATH is pointing to $ORACLE_HOME/lib32&lt;BR /&gt;and LD_LIBRARY_PATH is pointing to $ORACLE_HOME/lib .&lt;BR /&gt;&lt;BR /&gt;The file you're looking for is in the ORACLE_HOME/lib directory - so it's not in the shared library paths...</description>
      <pubDate>Thu, 24 Feb 2005 09:40:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-error/m-p/4887745#M845814</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2005-02-24T09:40:11Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-error/m-p/4887746#M845815</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try &lt;BR /&gt;&lt;BR /&gt;#su - oracle&lt;BR /&gt;% sqlplus -version&lt;BR /&gt;&lt;BR /&gt;If it still complains about missings libraries&lt;BR /&gt;then the setup is not correct for either the variables ORACLE_HOME or the shared library called libodm9.sl cannot be found in the search path or is not installed correctly.&lt;BR /&gt;&lt;BR /&gt;The TNS error should not appear during sqlplus -version since it does not connect to the DB instance.&lt;BR /&gt;&lt;BR /&gt;Do a &lt;BR /&gt;&lt;BR /&gt;# find / -name 'libodm9.sl' -print | xargs what&lt;BR /&gt;&lt;BR /&gt;and check if the versions found and printed are for oracle 9.2.0.1.0 ...&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Bob</description>
      <pubDate>Thu, 24 Feb 2005 14:17:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-error/m-p/4887746#M845815</guid>
      <dc:creator>B. Hulst</dc:creator>
      <dc:date>2005-02-24T14:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-error/m-p/4887747#M845816</link>
      <description>Hi Sreejith,&lt;BR /&gt;&lt;BR /&gt;The erro could be due to the setting SHLIB_PATH and LD_LIBRARY_PATH on HP-UX. However, even with the correct settings of these environment variables, dynamic loading of shared libraries can still fail. &lt;BR /&gt;&lt;BR /&gt;Firstly, ensure the library in question exists in the location given. If the library &lt;BR /&gt;does not exist, but the location given is correct (ie, it is $ORACLE_HOME), then &lt;BR /&gt;take corrective action. &lt;BR /&gt;&lt;BR /&gt;Attached is a document form metalink explains the steps to diagnose the error.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Indira A&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Feb 2005 19:58:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-error/m-p/4887747#M845816</guid>
      <dc:creator>Indira Aramandla</dc:creator>
      <dc:date>2005-02-24T19:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-error/m-p/4887748#M845817</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am able to install and connect to oracle after setting LIB PATH's. Now there is a new issue.&lt;BR /&gt;My oracle version is 9.2.0.1. Now i have applied 9.2.0.4 patch and i am getting following error during installation&lt;BR /&gt;&lt;BR /&gt;"error in invoking target oracle of makefile "/oracle/rdbms/lib/ins_rdbms.mk"&lt;BR /&gt;&lt;BR /&gt;I ignored it and completed the installation.&lt;BR /&gt;But now i am unable to connect to the oracle using sqlplus. It gives the following error.&lt;BR /&gt;&lt;BR /&gt;# sqlplus "/as sysdba"                                                                                                     &lt;BR /&gt;&lt;BR /&gt;SQL*Plus: Release 9.2.0.4.0 - Production on Fri Feb 25 19:31:50 2005&lt;BR /&gt;&lt;BR /&gt;Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.&lt;BR /&gt;&lt;BR /&gt;ERROR:&lt;BR /&gt;ORA-12547: TNS:lost contact&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Enter user-name:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Please help&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Sreejith M&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Feb 2005 08:56:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-error/m-p/4887748#M845817</guid>
      <dc:creator>sreejith_4</dc:creator>
      <dc:date>2005-02-25T08:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-error/m-p/4887749#M845818</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you pasted like that it should be&lt;BR /&gt;&lt;BR /&gt;su - oracle&lt;BR /&gt;sqlplus "/ as sysdba"&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Bob</description>
      <pubDate>Fri, 25 Feb 2005 10:02:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-error/m-p/4887749#M845818</guid>
      <dc:creator>B. Hulst</dc:creator>
      <dc:date>2005-02-25T10:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-error/m-p/4887750#M845819</link>
      <description>You are correct&lt;BR /&gt;&lt;BR /&gt;I am running it as oracle user only&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Feb 2005 10:05:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-error/m-p/4887750#M845819</guid>
      <dc:creator>sreejith_4</dc:creator>
      <dc:date>2005-02-25T10:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-error/m-p/4887751#M845820</link>
      <description>Try running the following...&lt;BR /&gt;&lt;BR /&gt;cd $ORACLE_HOME/rdbms/lib&lt;BR /&gt;make -f ins_rdbms.mk install&lt;BR /&gt;                                                                                &lt;BR /&gt;This should get you out of your spot.</description>
      <pubDate>Fri, 25 Feb 2005 10:10:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-error/m-p/4887751#M845820</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2005-02-25T10:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-error/m-p/4887752#M845821</link>
      <description>note the space after the / char...</description>
      <pubDate>Fri, 25 Feb 2005 10:23:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-error/m-p/4887752#M845821</guid>
      <dc:creator>B. Hulst</dc:creator>
      <dc:date>2005-02-25T10:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-error/m-p/4887753#M845822</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;have you checked the Oracle installation pre-requisites such as kernel parameters, OS patches ?&lt;BR /&gt;&lt;BR /&gt;then you will have to relink the binaries (as mentioned in another post).&lt;BR /&gt;What are the  rights on the oracle binary&lt;BR /&gt;$ORACLE_HOME/bin/oracle ?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Jean-Luc</description>
      <pubDate>Fri, 25 Feb 2005 11:27:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-error/m-p/4887753#M845822</guid>
      <dc:creator>Jean-Luc Oudart</dc:creator>
      <dc:date>2005-02-25T11:27:27Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-error/m-p/4887754#M845823</link>
      <description>Sreejith,&lt;BR /&gt;as to your new problem:&lt;BR /&gt;sqlplus /nolog&lt;BR /&gt;connect / as sysdba&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Feb 2005 11:23:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-error/m-p/4887754#M845823</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2005-02-28T11:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-error/m-p/4887755#M845824</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Can anyone tell me the prerequisites for installing Oracle 9.2.0.4 in Hp-UX 11.00&lt;BR /&gt;I mean patches...&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Sreejith M&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Mar 2005 03:25:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-error/m-p/4887755#M845824</guid>
      <dc:creator>sreejith_4</dc:creator>
      <dc:date>2005-03-02T03:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-error/m-p/4887756#M845825</link>
      <description>Place for requirements is here :&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://metalink.oracle.com/metalink/plsql/ml2_documents.showNOT?p_id=169706.1&amp;amp;p_showHeader=1&amp;amp;p_showHelp=1" target="_blank"&gt;http://metalink.oracle.com/metalink/plsql/ml2_documents.showNOT?p_id=169706.1&amp;amp;p_showHeader=1&amp;amp;p_showHelp=1&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Note that 9.2.0.4 is *Really* bad choice on 11.00. Have a look at how many patches available for this version on this OS... This will show you how many bugs you can encounter. It is probably safer to go for 9.2.0.5.&lt;BR /&gt;&lt;BR /&gt;Other point, is that you shouldn't run Oracle until your linkage is good. Your error on /oracle/rdbms/lib/ins_rdbms.mk makefile means your oracle kernel is only partially linked. You should hava look in OUI's inventory logs to see what was the error. My 2 cents for a too low maxdsiz kernel parameter :)&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Mar 2005 04:41:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-error/m-p/4887756#M845825</guid>
      <dc:creator>Fred Ruffet</dc:creator>
      <dc:date>2005-03-02T04:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-error/m-p/4887757#M845826</link>
      <description>Hi Sreejith,&lt;BR /&gt;&lt;BR /&gt;Attached is a document which describes the patches required, kernel parameters for Oracle 9.2. on HP_UX 11.0&lt;BR /&gt;&lt;BR /&gt;And the other thing to consider when installing Oracle 9i on HP-UX 11 are as follows:-&lt;BR /&gt;&lt;BR /&gt;Due to a known HP bug (Doc. id: KBRC00003627), the default HP-UX (64-bit) operating system installation does not create a few required X library symbolic links. These links must be created manually before starting Oracle9i Release 2 installation. To create these links, you must have superuser privileges, as the links are to be created in the /usr/lib directory. &lt;BR /&gt;&lt;BR /&gt;When installing Oracle 9i on HP, the linker will look for libXm.sl,libXt.sl and libX11.sl when compiling the binary 'ctxhx'.&lt;BR /&gt;&lt;BR /&gt;The attached document describes the steps to manually creating the links&lt;BR /&gt;&lt;BR /&gt;Indira A&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Mar 2005 23:34:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-error/m-p/4887757#M845826</guid>
      <dc:creator>Indira Aramandla</dc:creator>
      <dc:date>2005-03-03T23:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-error/m-p/4887758#M845827</link>
      <description>Here is the linking issue document.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;IA</description>
      <pubDate>Thu, 03 Mar 2005 23:36:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-error/m-p/4887758#M845827</guid>
      <dc:creator>Indira Aramandla</dc:creator>
      <dc:date>2005-03-03T23:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-error/m-p/4887759#M845828</link>
      <description>hi Sreejith,&lt;BR /&gt;&lt;BR /&gt;this is from metalink note 169706.1 ("HP Patches/Packages")&lt;BR /&gt;===========&lt;BR /&gt;Per HP Bug (Doc ID: KBRC00003627)&lt;BR /&gt;NOTE: This bug is not applicable to 11.22,11.23 The default 64bit OS installation does not create a few required X library symbolic links. The following symbolic links need to be created:&lt;BR /&gt;cd /usr/lib&lt;BR /&gt;ln -s /usr/lib/libX11.3 libX11.sl&lt;BR /&gt;ln -s /usr/lib/libXIE.2 libXIE.sl&lt;BR /&gt;ln -s /usr/lib/libXext.3 libXext.sl&lt;BR /&gt;ln -s /usr/lib/libXhp11.3 libXhp11.sl&lt;BR /&gt;ln -s /usr/lib/libXi.3 libXi.sl&lt;BR /&gt;ln -s /usr/lib/libXm.4 libXm.sl&lt;BR /&gt;ln -s /usr/lib/libXp.2 libXp.sl&lt;BR /&gt;ln -s /usr/lib/libXt.3 libXt.sl&lt;BR /&gt;ln -s /usr/lib/libXtst.2 libXtst.sl&lt;BR /&gt;&lt;BR /&gt;HP-UX 11.0(64 bit) Operating System Patches:&lt;BR /&gt;Sept 2001 Quality Pack&lt;BR /&gt;o PHCO_23792 s/b PHCO_26960&lt;BR /&gt;o PHCO_24148 s/b PHCO_25707 s/b PHCO_27608&lt;BR /&gt;o PHKL_24268 s/b PHKL_27178 (has been recalled by HP may destroy logical volumes on PVGs - more info&lt;BR /&gt;o PHKL_24729 s/b PHKL_29256&lt;BR /&gt;o PHKL_25475 s/b PHKL_27510 s/b PHKL_30553&lt;BR /&gt;o PHKL_25525 s/b PHKL_27364 s/b PHKL_31867&lt;BR /&gt;o PHNE_24715 s/b PHNE_26771 s/b PHNE_29473&lt;BR /&gt;o PHSS_23670 s/b PHSS_26138 s/b PHSS_27858&lt;BR /&gt;o PHSS_24301 s/b PHSS_26273 s/b PHSS_28433 (only needed for C++ compiler and Pro*C++)&lt;BR /&gt;o PHSS_24303 s/b PHSS_26559&lt;BR /&gt;o PHSS_24627&lt;BR /&gt;o PHSS_22868 (only needed for C++ compiler and Pro*C++)&lt;BR /&gt;&lt;BR /&gt;HP-UX 11i (64 Bit) Operating System Patches:&lt;BR /&gt;Support Plus Bundle 'December 2002 SP-0212' or later JDK 1.3.1.02&lt;BR /&gt;PHCO_24402 s/b PHCO_25569&lt;BR /&gt;PHCO_28427 s/b PHCO_29029 s/b PHCO_31903&lt;BR /&gt;PHKL_25506&lt;BR /&gt;PHNE_27745 s/b PHNE_30580 (For RAC systems)&lt;BR /&gt;PHNE_28568 s/b PHNE_30378&lt;BR /&gt;PHSS_26560 s/b PHSS_30966&lt;BR /&gt;PHSS_26946&lt;BR /&gt;PHSS_28849 (For ServiceGuard 11.13 systems)&lt;BR /&gt;&lt;BR /&gt;hope this helps too!&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Yogeeraj&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Mar 2005 23:54:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-error/m-p/4887759#M845828</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2005-03-03T23:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-error/m-p/4887760#M845829</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Linking of the libraries are done already.&lt;BR /&gt;But that didn't helped me.&lt;BR /&gt;&lt;BR /&gt;But i have found the solution myself.&lt;BR /&gt;&lt;BR /&gt;I have increased thre maxssize to double of the default value, this is not mentioned in any of the document.&lt;BR /&gt;&lt;BR /&gt;Thanks to all of you for great help&lt;BR /&gt;&lt;BR /&gt;Sreejith M&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Mar 2005 00:50:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-error/m-p/4887760#M845829</guid>
      <dc:creator>sreejith_4</dc:creator>
      <dc:date>2005-03-04T00:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-error/m-p/4887761#M845830</link>
      <description>The problem has been resolved after increasing the maxssize&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Mar 2005 00:52:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-error/m-p/4887761#M845830</guid>
      <dc:creator>sreejith_4</dc:creator>
      <dc:date>2005-03-04T00:52:26Z</dc:date>
    </item>
  </channel>
</rss>

