<?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 8.1.7 database creation problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8-1-7-database-creation-problem/m-p/3234965#M890713</link>
    <description>and now you have a solution to your problem, you should assign points (with obviously a bunny) &lt;BR /&gt;many thanks,&lt;BR /&gt;Jean-Luc&lt;BR /&gt;PS : no point on this last post.</description>
    <pubDate>Thu, 01 Apr 2004 11:20:36 GMT</pubDate>
    <dc:creator>Jean-Luc Oudart</dc:creator>
    <dc:date>2004-04-01T11:20:36Z</dc:date>
    <item>
      <title>Oracle 8.1.7 database creation problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8-1-7-database-creation-problem/m-p/3234958#M890706</link>
      <description>Hello,&lt;BR /&gt;I have installed an Oracle 8.1.7 server on a B2600 with 11.11. When I tried to create the tablespace with svrmgrl (under oracle account), the .dbf files have owner/group root sys instead of oracle dba.&lt;BR /&gt;Any idea ?&lt;BR /&gt;Thanks for your help&lt;BR /&gt;Best regards</description>
      <pubDate>Wed, 31 Mar 2004 04:15:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8-1-7-database-creation-problem/m-p/3234958#M890706</guid>
      <dc:creator>AYMA</dc:creator>
      <dc:date>2004-03-31T04:15:02Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 8.1.7 database creation problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8-1-7-database-creation-problem/m-p/3234959#M890707</link>
      <description>Hi,&lt;BR /&gt;Please change the group to oracle:dba of the home directory of oracle.&lt;BR /&gt;Example:&lt;BR /&gt;chgrp oracle:dba /home/oracle&lt;BR /&gt;&lt;BR /&gt;Regs</description>
      <pubDate>Wed, 31 Mar 2004 05:07:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8-1-7-database-creation-problem/m-p/3234959#M890707</guid>
      <dc:creator>Shaikh Imran</dc:creator>
      <dc:date>2004-03-31T05:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 8.1.7 database creation problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8-1-7-database-creation-problem/m-p/3234960#M890708</link>
      <description>check the uid &amp;amp; gid with &lt;BR /&gt;$id&lt;BR /&gt;$groups&lt;BR /&gt;&lt;BR /&gt;command. Look at /etc/passwd, /etc/groups and make necessary changes.&lt;BR /&gt;&lt;BR /&gt;sks</description>
      <pubDate>Wed, 31 Mar 2004 05:14:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8-1-7-database-creation-problem/m-p/3234960#M890708</guid>
      <dc:creator>Sanjay Kumar Suri</dc:creator>
      <dc:date>2004-03-31T05:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 8.1.7 database creation problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8-1-7-database-creation-problem/m-p/3234961#M890709</link>
      <description>Have you completed the whole instalation process ?&lt;BR /&gt;&lt;BR /&gt;what are the permissions for oracle, svrmgrl :&lt;BR /&gt;&lt;BR /&gt;ll $(which oracle)&lt;BR /&gt;ll $(which svrmgrl)&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Jean-Luc&lt;BR /&gt;</description>
      <pubDate>Wed, 31 Mar 2004 05:16:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8-1-7-database-creation-problem/m-p/3234961#M890709</guid>
      <dc:creator>Jean-Luc Oudart</dc:creator>
      <dc:date>2004-03-31T05:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 8.1.7 database creation problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8-1-7-database-creation-problem/m-p/3234962#M890710</link>
      <description>&lt;BR /&gt;Who is the owner of the directory where you are creating the tablespace?  &lt;BR /&gt;should be oracle:dba&lt;BR /&gt;&lt;BR /&gt;Who is the owner of the svrmgrl binary?  should be oracle:dba&lt;BR /&gt;&lt;BR /&gt;Could also just shut down the database and then chown the datafile to oracle:dba, then startup again if you're pressed for time..</description>
      <pubDate>Thu, 01 Apr 2004 09:27:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8-1-7-database-creation-problem/m-p/3234962#M890710</guid>
      <dc:creator>Greg OBarr</dc:creator>
      <dc:date>2004-04-01T09:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 8.1.7 database creation problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8-1-7-database-creation-problem/m-p/3234963#M890711</link>
      <description>With your replies,I have found the solution of my issue.&lt;BR /&gt;The problem was due to bad permission for the&lt;BR /&gt;oracle binary (root/sys instead of oracle/oinstall). I don't know why only this binary has this bad owner/group in the bin directory....&lt;BR /&gt;Thanks for your help.</description>
      <pubDate>Thu, 01 Apr 2004 10:33:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8-1-7-database-creation-problem/m-p/3234963#M890711</guid>
      <dc:creator>AYMA</dc:creator>
      <dc:date>2004-04-01T10:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 8.1.7 database creation problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8-1-7-database-creation-problem/m-p/3234964#M890712</link>
      <description>Did you run root.sh ? You might want to run it again</description>
      <pubDate>Thu, 01 Apr 2004 11:19:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8-1-7-database-creation-problem/m-p/3234964#M890712</guid>
      <dc:creator>Ron Gordon</dc:creator>
      <dc:date>2004-04-01T11:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 8.1.7 database creation problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8-1-7-database-creation-problem/m-p/3234965#M890713</link>
      <description>and now you have a solution to your problem, you should assign points (with obviously a bunny) &lt;BR /&gt;many thanks,&lt;BR /&gt;Jean-Luc&lt;BR /&gt;PS : no point on this last post.</description>
      <pubDate>Thu, 01 Apr 2004 11:20:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8-1-7-database-creation-problem/m-p/3234965#M890713</guid>
      <dc:creator>Jean-Luc Oudart</dc:creator>
      <dc:date>2004-04-01T11:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 8.1.7 database creation problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8-1-7-database-creation-problem/m-p/3234966#M890714</link>
      <description>Yes the root.sh had been run during the installation porcedure. Only Oracle has this owner/group, not the others.&lt;BR /&gt;Thanks.</description>
      <pubDate>Fri, 02 Apr 2004 01:17:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8-1-7-database-creation-problem/m-p/3234966#M890714</guid>
      <dc:creator>AYMA</dc:creator>
      <dc:date>2004-04-02T01:17:13Z</dc:date>
    </item>
  </channel>
</rss>

