<?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: DB creation problem. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/db-creation-problem/m-p/4080968#M736217</link>
    <description>Hi there.&lt;BR /&gt;In addition to Hein's posting pls check the owner and rights of the files and directories.&lt;BR /&gt;Rgds&lt;BR /&gt;Alexander M. Ermes</description>
    <pubDate>Fri, 12 Oct 2007 07:19:14 GMT</pubDate>
    <dc:creator>Alexander M. Ermes</dc:creator>
    <dc:date>2007-10-12T07:19:14Z</dc:date>
    <item>
      <title>DB creation problem.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/db-creation-problem/m-p/4080963#M736212</link>
      <description>We are installing Oracle10g RAC on a 2 node(rp3440) cluster using EVA4000 for shared storage.&lt;BR /&gt;Operating System - HP-UX 11.23 (PA-RISC 64-bit)&lt;BR /&gt;Configured Disk Groups and Volums using Veritas Storage Foundation 5.0&lt;BR /&gt;LUN size 360 GB.&lt;BR /&gt;Installed Oracle Clusterware 10g R2 (cluster registry and vote disk installed on raw devices)&lt;BR /&gt;Installed Oracle 10g R2 RAC&lt;BR /&gt;Applied patch 4637591&lt;BR /&gt;Tried to create a test database using DBCA&lt;BR /&gt;DBCA fails at 80%. giving Error : ORA-00301 and ORA-17502&lt;BR /&gt;note: Installed Oracle Clusterware, Installed Oracle 10g RAC and Relinking was done with the Oracle SFRAC configuration Program (installsfrac) provided by Veritas.</description>
      <pubDate>Thu, 04 Oct 2007 02:32:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/db-creation-problem/m-p/4080963#M736212</guid>
      <dc:creator>AnthonySN</dc:creator>
      <dc:date>2007-10-04T02:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: DB creation problem.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/db-creation-problem/m-p/4080964#M736213</link>
      <description>There are 2 seperate things.&lt;BR /&gt;One is installing the software and relinking.&lt;BR /&gt;If that is happened okay then you passed that one.&lt;BR /&gt;&lt;BR /&gt;Second the creation of the db.&lt;BR /&gt;Please know that DBCA is not infallable.&lt;BR /&gt;Why do you not just create your test atabase using a create script.&lt;BR /&gt;&lt;BR /&gt;Did you look on &lt;A href="http://metalink.oracle.com" target="_blank"&gt;http://metalink.oracle.com&lt;/A&gt;&lt;BR /&gt;to see in which direction the errors are pointing.&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Oct 2007 02:01:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/db-creation-problem/m-p/4080964#M736213</guid>
      <dc:creator>Frank de Vries</dc:creator>
      <dc:date>2007-10-05T02:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: DB creation problem.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/db-creation-problem/m-p/4080965#M736214</link>
      <description>Installation of the software and relinking is done without any problem.&lt;BR /&gt;&lt;BR /&gt;We are creating a test db only&lt;BR /&gt;Second the creation of the db.&lt;BR /&gt;&lt;BR /&gt;We have cheked the metalink but no clue.</description>
      <pubDate>Fri, 05 Oct 2007 03:50:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/db-creation-problem/m-p/4080965#M736214</guid>
      <dc:creator>AnthonySN</dc:creator>
      <dc:date>2007-10-05T03:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: DB creation problem.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/db-creation-problem/m-p/4080966#M736215</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;If you have metalink access, it would be preferrable to log a service request there.&lt;BR /&gt;&lt;BR /&gt;the problem resolution will be much faster.&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Fri, 05 Oct 2007 05:40:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/db-creation-problem/m-p/4080966#M736215</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2007-10-05T05:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: DB creation problem.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/db-creation-problem/m-p/4080967#M736216</link>
      <description>&lt;BR /&gt;fwiw... the underlying error seems 'easy' enough. 17502 translates to:&lt;BR /&gt;&lt;BR /&gt;"file creation failed due to either insufficient OS permission or the file already exists"&lt;BR /&gt;&lt;BR /&gt;and that 301&lt;BR /&gt;&lt;BR /&gt;ORA-00301: error in adding log file 'string' - file cannot be created &lt;BR /&gt;&lt;BR /&gt;Cause: The creation of the redo log file failed &lt;BR /&gt;&lt;BR /&gt;Action: Check: 1) there is enough storage space on the device 2) the name of the file is valid 3) the device is online 4) an IO error occurred Also, it is possible REUSE was specified on the command line and a file of the incorrect size exists. Either do not specify REUSE or use a file of the correct size. &lt;BR /&gt;&lt;BR /&gt;I often just try to manually, individually, create the files required to see where it goes wrong.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Oct 2007 10:32:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/db-creation-problem/m-p/4080967#M736216</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2007-10-05T10:32:57Z</dc:date>
    </item>
    <item>
      <title>Re: DB creation problem.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/db-creation-problem/m-p/4080968#M736217</link>
      <description>Hi there.&lt;BR /&gt;In addition to Hein's posting pls check the owner and rights of the files and directories.&lt;BR /&gt;Rgds&lt;BR /&gt;Alexander M. Ermes</description>
      <pubDate>Fri, 12 Oct 2007 07:19:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/db-creation-problem/m-p/4080968#M736217</guid>
      <dc:creator>Alexander M. Ermes</dc:creator>
      <dc:date>2007-10-12T07:19:14Z</dc:date>
    </item>
  </channel>
</rss>

