<?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: ORACLE10G [ORA-01034: ORACLE not available &amp;amp; ORA-27121] in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle10g-ora-01034-oracle-not-available-amp-ora-27121/m-p/3995013#M735461</link>
    <description>hi Ankit,&lt;BR /&gt;&lt;BR /&gt;the best and complete documentation that i have come across so far is found at:&lt;BR /&gt;&lt;A href="http://en.wikipedia.org/wiki/Chmod" target="_blank"&gt;http://en.wikipedia.org/wiki/Chmod&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;hope this helps!&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
    <pubDate>Tue, 08 May 2007 08:16:36 GMT</pubDate>
    <dc:creator>Yogeeraj_1</dc:creator>
    <dc:date>2007-05-08T08:16:36Z</dc:date>
    <item>
      <title>ORACLE10G [ORA-01034: ORACLE not available &amp; ORA-27121]</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle10g-ora-01034-oracle-not-available-amp-ora-27121/m-p/3995007#M735455</link>
      <description>Hi all:&lt;BR /&gt;&lt;BR /&gt;Finally, I was able to download the Oracle10g client installation and install the procob compilers on my server. &lt;BR /&gt;&lt;BR /&gt;But the problems does not seem to be coming to an end. After the installation, I am not able to login to Oracle10g DB if the OS user is other than Oracle. &lt;BR /&gt;&lt;BR /&gt;While I am able to login to ODB as sysdba as well as normal user if my OS user is Oracle, I am not able to login through any user in case I try through any other OS user. &lt;BR /&gt;&lt;BR /&gt;SYSDBA option give following error: &lt;BR /&gt;&lt;BR /&gt;/home/fnsonlx3&amp;gt;sqlplus sys as sysdba &lt;BR /&gt;&lt;BR /&gt;SQL*Plus: Release 10.2.0.2.0 - Production on Mon May 7 15:56:54 2007 &lt;BR /&gt;Copyright (c) 1982, 2005, Oracle. All Rights Reserved. &lt;BR /&gt;&lt;BR /&gt;Enter password: &lt;BR /&gt;ERROR: &lt;BR /&gt;ORA-09925: Unable to create audit trail file &lt;BR /&gt;&lt;BR /&gt;In case of normal user, the error is: &lt;BR /&gt;&lt;BR /&gt;/home/fnsonlx3&amp;gt;sqlplus fnsonlx3/password &lt;BR /&gt;&lt;BR /&gt;SQL*Plus: Release 10.2.0.2.0 - Production on Mon May 7 17:24:13 2007 &lt;BR /&gt;&lt;BR /&gt;Copyright (c) 1982, 2005, Oracle. All Rights Reserved. &lt;BR /&gt;&lt;BR /&gt;ERROR: &lt;BR /&gt;ORA-01034: ORACLE not available &lt;BR /&gt;ORA-27121: unable to determine size of shared memory segment &lt;BR /&gt;HPUX-ia64 Error: 13: Permission denied &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;One more thing, I am able to login through other servers also by using connection identifier: &lt;BR /&gt;/home/fnsonln1&amp;gt;sqlplus fnsonln1/fnsonln1@rcbo10g &lt;BR /&gt;&lt;BR /&gt;Looks like the case of OS file permissions again. But not sure about the files on which permissions is required to be given to other users. &lt;BR /&gt;&lt;BR /&gt;Regards, &lt;BR /&gt;Ankit</description>
      <pubDate>Mon, 07 May 2007 07:24:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle10g-ora-01034-oracle-not-available-amp-ora-27121/m-p/3995007#M735455</guid>
      <dc:creator>Ankit Grover</dc:creator>
      <dc:date>2007-05-07T07:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: ORACLE10G [ORA-01034: ORACLE not available &amp; ORA-27121]</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle10g-ora-01034-oracle-not-available-amp-ora-27121/m-p/3995008#M735456</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;You say you have downloaded and installed th latest Oracle CLIENT.&lt;BR /&gt;&lt;BR /&gt;Where is the database server you are trying to connect to. If its local, you need the database server. If its remote you need to correctly configure tnsnames.ora (and perhaps other config files) to connect to the remote database.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 07 May 2007 08:47:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle10g-ora-01034-oracle-not-available-amp-ora-27121/m-p/3995008#M735456</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-05-07T08:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: ORACLE10G [ORA-01034: ORACLE not available &amp; ORA-27121]</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle10g-ora-01034-oracle-not-available-amp-ora-27121/m-p/3995009#M735457</link>
      <description>SEP,&lt;BR /&gt;&lt;BR /&gt;Sorry for creating the confusion. Actually this new thread is a continuation of this:&lt;BR /&gt;&lt;A href="https://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1121357" target="_blank"&gt;https://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1121357&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The Oracle10g database is working fine though oracle OS user. Also, its accessible through remote server.&lt;BR /&gt;&lt;BR /&gt;The problem is coming in case I try to access it locally through any OS user which is not part of DBA group.</description>
      <pubDate>Mon, 07 May 2007 23:47:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle10g-ora-01034-oracle-not-available-amp-ora-27121/m-p/3995009#M735457</guid>
      <dc:creator>Ankit Grover</dc:creator>
      <dc:date>2007-05-07T23:47:44Z</dc:date>
    </item>
    <item>
      <title>Re: ORACLE10G [ORA-01034: ORACLE not available &amp; ORA-27121]</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle10g-ora-01034-oracle-not-available-amp-ora-27121/m-p/3995010#M735458</link>
      <description>Ankit,&lt;BR /&gt;what is the permission on the $ORACLE_HOME/bin dir ?&lt;BR /&gt;My suggestion would be :&lt;BR /&gt;-rwsr-s--x 1 oracle dba&lt;BR /&gt;&lt;BR /&gt;Although for Tru64, please see thread:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=705859" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=705859&lt;/A&gt;</description>
      <pubDate>Tue, 08 May 2007 02:46:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle10g-ora-01034-oracle-not-available-amp-ora-27121/m-p/3995010#M735458</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2007-05-08T02:46:03Z</dc:date>
    </item>
    <item>
      <title>Re: ORACLE10G [ORA-01034: ORACLE not available &amp; ORA-27121]</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle10g-ora-01034-oracle-not-available-amp-ora-27121/m-p/3995011#M735459</link>
      <description>Thanks a zillion Peter.&lt;BR /&gt;I don't knwo how to thanks you. I was stuck in this problem for so many days. Someone from my team while fixing the problem have done chmod 755 at mant places.&lt;BR /&gt;&lt;BR /&gt;Hence, oracle file was having 755 permissions. Now I have made it "-rwsr-s--x" and its working fine.&lt;BR /&gt;&lt;BR /&gt;Thanks a lot dear.&lt;BR /&gt;Ankit</description>
      <pubDate>Tue, 08 May 2007 06:32:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle10g-ora-01034-oracle-not-available-amp-ora-27121/m-p/3995011#M735459</guid>
      <dc:creator>Ankit Grover</dc:creator>
      <dc:date>2007-05-08T06:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: ORACLE10G [ORA-01034: ORACLE not available &amp; ORA-27121]</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle10g-ora-01034-oracle-not-available-amp-ora-27121/m-p/3995012#M735460</link>
      <description>Peter,&lt;BR /&gt;Can you suggest some reading on this "S" permission on file? I mean whats really sticky bits.</description>
      <pubDate>Tue, 08 May 2007 06:34:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle10g-ora-01034-oracle-not-available-amp-ora-27121/m-p/3995012#M735460</guid>
      <dc:creator>Ankit Grover</dc:creator>
      <dc:date>2007-05-08T06:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: ORACLE10G [ORA-01034: ORACLE not available &amp; ORA-27121]</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle10g-ora-01034-oracle-not-available-amp-ora-27121/m-p/3995013#M735461</link>
      <description>hi Ankit,&lt;BR /&gt;&lt;BR /&gt;the best and complete documentation that i have come across so far is found at:&lt;BR /&gt;&lt;A href="http://en.wikipedia.org/wiki/Chmod" target="_blank"&gt;http://en.wikipedia.org/wiki/Chmod&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;hope this helps!&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Tue, 08 May 2007 08:16:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle10g-ora-01034-oracle-not-available-amp-ora-27121/m-p/3995013#M735461</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2007-05-08T08:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: ORACLE10G [ORA-01034: ORACLE not available &amp; ORA-27121]</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle10g-ora-01034-oracle-not-available-amp-ora-27121/m-p/3995014#M735462</link>
      <description>how to set the permission of the sticky bit?&lt;BR /&gt;i am having the same problem</description>
      <pubDate>Tue, 25 Sep 2007 04:42:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle10g-ora-01034-oracle-not-available-amp-ora-27121/m-p/3995014#M735462</guid>
      <dc:creator>Kamarudin Tik</dc:creator>
      <dc:date>2007-09-25T04:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: ORACLE10G [ORA-01034: ORACLE not available &amp; ORA-27121]</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle10g-ora-01034-oracle-not-available-amp-ora-27121/m-p/3995015#M735463</link>
      <description>&amp;gt;Kamarudin: how to set the permission of the sticky bit?&lt;BR /&gt;&lt;BR /&gt;I assume you want to set the setuid or setgid bit?  What do you not understand on that link?&lt;BR /&gt;&lt;A href="http://en.wikipedia.org/wiki/Chmod#Special_modes" target="_blank"&gt;http://en.wikipedia.org/wiki/Chmod#Special_modes&lt;/A&gt;</description>
      <pubDate>Tue, 25 Sep 2007 05:38:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle10g-ora-01034-oracle-not-available-amp-ora-27121/m-p/3995015#M735463</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-09-25T05:38:40Z</dc:date>
    </item>
  </channel>
</rss>

