<?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 fresh Install in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-fresh-install/m-p/2850373#M825890</link>
    <description>a tip for accessing the CD's is to create 2 directories  ie  disk1 and disk2 and copy the contents of the each Oracle install cd.  You can run the install from disk1 and when asked point to disk2.  Another tip is allow the wizard to create the scripts for creating a db, then edit the scripts located at %oracle_home%\assistants\dbca&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 25 Nov 2002 16:01:03 GMT</pubDate>
    <dc:creator>Robert Fedoruk</dc:creator>
    <dc:date>2002-11-25T16:01:03Z</dc:date>
    <item>
      <title>Oracle fresh Install</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-fresh-install/m-p/2850368#M825885</link>
      <description>He experts,&lt;BR /&gt;&lt;BR /&gt;This will be my first oracle installation. I have some questions;&lt;BR /&gt;1. File sytems - what kind of device, raw device or block device??&lt;BR /&gt;2. Important kernel parameters to look for before and afterinstallation.&lt;BR /&gt;3. User id and Group ID - any specific id...it yes, why??&lt;BR /&gt;4. Installation steps&lt;BR /&gt;&lt;BR /&gt;Any other tips which you guys think its important to look for??? Important link to documentation regarding Oracle on HP-UX will be appreciated...&lt;BR /&gt;&lt;BR /&gt;*****FULL POINTS WILL BE AWARDED TO CORRECT ANSWERS****</description>
      <pubDate>Fri, 22 Nov 2002 18:07:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-fresh-install/m-p/2850368#M825885</guid>
      <dc:creator>roadrunner_1</dc:creator>
      <dc:date>2002-11-22T18:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle fresh Install</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-fresh-install/m-p/2850369#M825886</link>
      <description>1.  Block devices are easier to use, and work well for most databases.  Raw devices have to be used for OPS and RAC installations.  I would recommend using block devices until you get used to normal administation. &lt;BR /&gt;&lt;BR /&gt;2. shmmax (at least 1g)&lt;BR /&gt;maxdsize (at least 1g)&lt;BR /&gt;maxdsize_64bit (at least 1g)&lt;BR /&gt;maxssize (at least 120m)&lt;BR /&gt;maxssize_64bit (at least 120m)&lt;BR /&gt;maxtsize (at least 1g)&lt;BR /&gt;maxtsize_64bit (at least 1g)&lt;BR /&gt;dbc_min_pct 5&lt;BR /&gt;dbc_max_pct 8-10&lt;BR /&gt;maxfiles (at least 200)&lt;BR /&gt;maxusers (at least 100)&lt;BR /&gt;semmni (at least 64)&lt;BR /&gt;semmns (at least 200)&lt;BR /&gt;&lt;BR /&gt;3. Normal user is "oracle" and the default group should be "dba".  This can be set to whatever you want though.  &lt;BR /&gt;&lt;BR /&gt;4. Install Oracle software.  Patch Oracle software to highest release.  Create Oracle database using dbca or homemade scripts (many people have posted scripts you can use on here).  &lt;BR /&gt;&lt;BR /&gt;I would suggest getting a technet and metalink account with Oracle.  Technet holds the documentation for oracle versions, and metalink is a knowlege base for issues that can occur.  Both are good sources for information.  &lt;BR /&gt;&lt;BR /&gt;Brian</description>
      <pubDate>Fri, 22 Nov 2002 23:44:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-fresh-install/m-p/2850369#M825886</guid>
      <dc:creator>Brian Crabtree</dc:creator>
      <dc:date>2002-11-22T23:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle fresh Install</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-fresh-install/m-p/2850370#M825887</link>
      <description>&lt;BR /&gt;Follow your "pfs" mount commands as directed in the oracle documentation!&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Sat, 23 Nov 2002 03:35:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-fresh-install/m-p/2850370#M825887</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-11-23T03:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle fresh Install</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-fresh-install/m-p/2850371#M825888</link>
      <description>hi &lt;BR /&gt;&lt;BR /&gt;One common problem encountered by most during the installation is the mounting and unmounting of cds.&lt;BR /&gt;&lt;BR /&gt;try my script for both mounting and unmount the CDROM (in case it is already mounted) &lt;BR /&gt;&lt;BR /&gt;Hope this helps! &lt;BR /&gt;Regards &lt;BR /&gt;Yogeeraj</description>
      <pubDate>Sat, 23 Nov 2002 05:35:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-fresh-install/m-p/2850371#M825888</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2002-11-23T05:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle fresh Install</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-fresh-install/m-p/2850372#M825889</link>
      <description>hi again,&lt;BR /&gt;&lt;BR /&gt;one nice document that i hope will help...&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h21007.www2.hp.com/dspp/files/unprotected/devresource/Docs/TechPapers/UXPerfCookBook.pdf" target="_blank"&gt;http://h21007.www2.hp.com/dspp/files/unprotected/devresource/Docs/TechPapers/UXPerfCookBook.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Yogeeraj</description>
      <pubDate>Sat, 23 Nov 2002 06:13:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-fresh-install/m-p/2850372#M825889</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2002-11-23T06:13:09Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle fresh Install</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-fresh-install/m-p/2850373#M825890</link>
      <description>a tip for accessing the CD's is to create 2 directories  ie  disk1 and disk2 and copy the contents of the each Oracle install cd.  You can run the install from disk1 and when asked point to disk2.  Another tip is allow the wizard to create the scripts for creating a db, then edit the scripts located at %oracle_home%\assistants\dbca&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Nov 2002 16:01:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-fresh-install/m-p/2850373#M825890</guid>
      <dc:creator>Robert Fedoruk</dc:creator>
      <dc:date>2002-11-25T16:01:03Z</dc:date>
    </item>
  </channel>
</rss>

