<?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: I need help on generate a database using the scirpt in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/i-need-help-on-generate-a-database-using-the-scirpt/m-p/2682385#M908964</link>
    <description>Deanna,&lt;BR /&gt;&lt;BR /&gt;Here is a de-classified version of what we do here,...&lt;BR /&gt;&lt;BR /&gt;/pkg/[SID] - Home directory for Application&lt;BR /&gt;/pkg/[SID]/ora - Home directory for Oracle&lt;BR /&gt;/pkg/[SID]/ora/data1,2,3 - Data Directories&lt;BR /&gt;/pkg/[SID]/ora/index1,2,3 - Index Directories&lt;BR /&gt;&lt;BR /&gt;All of these can be mount points, or all can be under 1 mount point. As long as the directories exist and the space is available, you can place these files anywhere.&lt;BR /&gt;&lt;BR /&gt;I would suggest the Oracle Admin Manuals will help a great deal. &lt;A href="http://www.oracle.com" target="_blank"&gt;www.oracle.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Share and Enjoy! Ian</description>
    <pubDate>Wed, 13 Mar 2002 17:55:18 GMT</pubDate>
    <dc:creator>Ian Dennison_1</dc:creator>
    <dc:date>2002-03-13T17:55:18Z</dc:date>
    <item>
      <title>I need help on generate a database using the scirpt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-need-help-on-generate-a-database-using-the-scirpt/m-p/2682382#M908961</link>
      <description>1. I know that database uses raw I/O , and that means I do not create any filesystem.&lt;BR /&gt;Is that also mean that I do not need to create vgroup as well? &lt;BR /&gt;2. without filesystem how does oracle mount and knows what and where to run to?&lt;BR /&gt;3. how to check these ?&lt;BR /&gt;4. I need a simple script to generate the database and command on how to incorporate them to run using sqlplus &lt;BR /&gt;5.  Currently, I have a database name is sales&lt;BR /&gt;thank you for your help</description>
      <pubDate>Wed, 13 Mar 2002 17:09:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-need-help-on-generate-a-database-using-the-scirpt/m-p/2682382#M908961</guid>
      <dc:creator>Deanna Tran</dc:creator>
      <dc:date>2002-03-13T17:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: I need help on generate a database using the scirpt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-need-help-on-generate-a-database-using-the-scirpt/m-p/2682383#M908962</link>
      <description>Deanna,&lt;BR /&gt;&lt;BR /&gt;4. Just as long as the filesystem structure (directories) and space are present, then the Database can be installed. You can put the whole database in 1 logical volume if you like.&lt;BR /&gt;&lt;BR /&gt;Want to know the scripts commands to create a database? Log onto another database then connect internal and type 'alter database backup controlfile to trace;'.&lt;BR /&gt;&lt;BR /&gt;Use this as a template for creating your new database. To call an SQL script within SQLPLUS, use the @ symbol before the full pathname of the File.&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Share and Enjoy! Ian</description>
      <pubDate>Wed, 13 Mar 2002 17:13:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-need-help-on-generate-a-database-using-the-scirpt/m-p/2682383#M908962</guid>
      <dc:creator>Ian Dennison_1</dc:creator>
      <dc:date>2002-03-13T17:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: I need help on generate a database using the scirpt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-need-help-on-generate-a-database-using-the-scirpt/m-p/2682384#M908963</link>
      <description>Hi Ian,&lt;BR /&gt;What do mean by as long as I have the filesystem (structure) available and space,&lt;BR /&gt;database will write to it?&lt;BR /&gt;Can you give me an example on to start this?&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Mar 2002 17:42:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-need-help-on-generate-a-database-using-the-scirpt/m-p/2682384#M908963</guid>
      <dc:creator>Deanna Tran</dc:creator>
      <dc:date>2002-03-13T17:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: I need help on generate a database using the scirpt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-need-help-on-generate-a-database-using-the-scirpt/m-p/2682385#M908964</link>
      <description>Deanna,&lt;BR /&gt;&lt;BR /&gt;Here is a de-classified version of what we do here,...&lt;BR /&gt;&lt;BR /&gt;/pkg/[SID] - Home directory for Application&lt;BR /&gt;/pkg/[SID]/ora - Home directory for Oracle&lt;BR /&gt;/pkg/[SID]/ora/data1,2,3 - Data Directories&lt;BR /&gt;/pkg/[SID]/ora/index1,2,3 - Index Directories&lt;BR /&gt;&lt;BR /&gt;All of these can be mount points, or all can be under 1 mount point. As long as the directories exist and the space is available, you can place these files anywhere.&lt;BR /&gt;&lt;BR /&gt;I would suggest the Oracle Admin Manuals will help a great deal. &lt;A href="http://www.oracle.com" target="_blank"&gt;www.oracle.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Share and Enjoy! Ian</description>
      <pubDate>Wed, 13 Mar 2002 17:55:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-need-help-on-generate-a-database-using-the-scirpt/m-p/2682385#M908964</guid>
      <dc:creator>Ian Dennison_1</dc:creator>
      <dc:date>2002-03-13T17:55:18Z</dc:date>
    </item>
  </channel>
</rss>

