<?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: Create an Oracle 9i Database and Listener in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/create-an-oracle-9i-database-and-listener/m-p/3818022#M780741</link>
    <description>Yes, you'll need to have an X server configured, just like for the installer, because, like the installer, they are graphic java applications with gooey controls.</description>
    <pubDate>Wed, 05 Jul 2006 16:33:58 GMT</pubDate>
    <dc:creator>TwoProc</dc:creator>
    <dc:date>2006-07-05T16:33:58Z</dc:date>
    <item>
      <title>Create an Oracle 9i Database and Listener</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-an-oracle-9i-database-and-listener/m-p/3818015#M780734</link>
      <description>Guys,&lt;BR /&gt;&lt;BR /&gt;Can you give me steps to create a 9i database from scratch ?.&lt;BR /&gt;&lt;BR /&gt;I have completed 9.2.0.1 install and also I have patched it to 9.2.0.4.&lt;BR /&gt;&lt;BR /&gt;I have created the following,&lt;BR /&gt;&lt;BR /&gt;Datafilesystem : - /oradata01&lt;BR /&gt;Archive Log Destination : - /archive01&lt;BR /&gt;Redologs : - /redo_logs01&lt;BR /&gt;SID Name :- TESTDB&lt;BR /&gt;Listener :- lsnr_a ( Want to listen only on 10.0.0.11)&lt;BR /&gt;&lt;BR /&gt;The database will be used as a transaction database.&lt;BR /&gt;&lt;BR /&gt;Let me know if you need more details to help me.&lt;BR /&gt;&lt;BR /&gt;Regds,&lt;BR /&gt;&lt;BR /&gt;Kaps</description>
      <pubDate>Wed, 05 Jul 2006 14:43:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-an-oracle-9i-database-and-listener/m-p/3818015#M780734</guid>
      <dc:creator>KapilRaj</dc:creator>
      <dc:date>2006-07-05T14:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: Create an Oracle 9i Database and Listener</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-an-oracle-9i-database-and-listener/m-p/3818016#M780735</link>
      <description>Shalom Kaps,&lt;BR /&gt;&lt;BR /&gt;Listener&lt;BR /&gt;&lt;A href="http://www.integrigy.com/info/Integrigy_OracleDB_Listener_Security.pdf" target="_blank"&gt;http://www.integrigy.com/info/Integrigy_OracleDB_Listener_Security.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Creating an oracle database:&lt;BR /&gt;&lt;A href="http://www.redhat.com/docs/manuals/csgfs/oracle-guide/s1-ora-db.html" target="_blank"&gt;http://www.redhat.com/docs/manuals/csgfs/oracle-guide/s1-ora-db.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Its a linux doc but the procedure is identical.&lt;BR /&gt;&lt;BR /&gt;Just for grins, database security hardening.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.oracle.com/technology/deploy/security/pdf/twp_security_checklist_db_database.pdf" target="_blank"&gt;http://www.oracle.com/technology/deploy/security/pdf/twp_security_checklist_db_database.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 05 Jul 2006 15:02:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-an-oracle-9i-database-and-listener/m-p/3818016#M780735</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-07-05T15:02:35Z</dc:date>
    </item>
    <item>
      <title>Re: Create an Oracle 9i Database and Listener</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-an-oracle-9i-database-and-listener/m-p/3818017#M780736</link>
      <description>Thanks. I will have toi read these documents. I thought an oracle database creation would be something like a set of commands. Is it not ?.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;KapilRaj</description>
      <pubDate>Wed, 05 Jul 2006 15:07:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-an-oracle-9i-database-and-listener/m-p/3818017#M780736</guid>
      <dc:creator>KapilRaj</dc:creator>
      <dc:date>2006-07-05T15:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: Create an Oracle 9i Database and Listener</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-an-oracle-9i-database-and-listener/m-p/3818018#M780737</link>
      <description>First off,&lt;BR /&gt;You should really patch all the way to 9.2.0.7 (don't stop where you are).  You won't get far in the security requirements documents at 9.2.0.4 anyways.&lt;BR /&gt;&lt;BR /&gt;After you've got that done, you'll notice a program called "dbca", this is the "database creation assistant" - run this to help you create the database "creation" script (and it can even run it for you if you like).&lt;BR /&gt;&lt;BR /&gt;Ditto for the listener creation.  Use the "network assistant" which is the command "nwca".  &lt;BR /&gt;&lt;BR /&gt;These tools will get you rolling a lot faster, and you can use what they create for you as a starter template for learning how to do it all by hand, from scratch.</description>
      <pubDate>Wed, 05 Jul 2006 15:09:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-an-oracle-9i-database-and-listener/m-p/3818018#M780737</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2006-07-05T15:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: Create an Oracle 9i Database and Listener</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-an-oracle-9i-database-and-listener/m-p/3818019#M780738</link>
      <description>John is right about the patch.&lt;BR /&gt;&lt;BR /&gt;If you have no database going all the way to 9.2.0.7 is highly advisable.&lt;BR /&gt;&lt;BR /&gt;The commands for creating a database don't change much version to version and shoud be in the docs.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 05 Jul 2006 15:17:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-an-oracle-9i-database-and-listener/m-p/3818019#M780738</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-07-05T15:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: Create an Oracle 9i Database and Listener</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-an-oracle-9i-database-and-listener/m-p/3818020#M780739</link>
      <description>You're right, it is really just two commands from sqlplus.  "Create database..." and you'll then run a series of "alter tablespace temp..." commands.  Then, you run a series of commands to fully round out the data dictionary and toolsets.  But, these commands with all of their fun options can easily be 150 to 200 lines of stuff you'd have to figure out, which is all much easier to see what you're going for if you run the "dbca" assistant tool.  Even if you have to run it several times as you learn what it is you're trying to do, it's fine, you can blow away your database and re-run till your heart's content.&lt;BR /&gt;&lt;BR /&gt;I generally run the assistant, then take the resultant file, and edit it up the way I want it to work before running by hand (not allowing the dbca tool to run it for me).  You'll learn more of what the system is doing and trying to accomplish this way.&lt;BR /&gt;&lt;BR /&gt;Good luck!</description>
      <pubDate>Wed, 05 Jul 2006 15:31:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-an-oracle-9i-database-and-listener/m-p/3818020#M780739</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2006-07-05T15:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: Create an Oracle 9i Database and Listener</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-an-oracle-9i-database-and-listener/m-p/3818021#M780740</link>
      <description>Does dbca and nwca need an Xserver as it was for the Installer ?</description>
      <pubDate>Wed, 05 Jul 2006 16:24:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-an-oracle-9i-database-and-listener/m-p/3818021#M780740</guid>
      <dc:creator>KapilRaj</dc:creator>
      <dc:date>2006-07-05T16:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: Create an Oracle 9i Database and Listener</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-an-oracle-9i-database-and-listener/m-p/3818022#M780741</link>
      <description>Yes, you'll need to have an X server configured, just like for the installer, because, like the installer, they are graphic java applications with gooey controls.</description>
      <pubDate>Wed, 05 Jul 2006 16:33:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-an-oracle-9i-database-and-listener/m-p/3818022#M780741</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2006-07-05T16:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: Create an Oracle 9i Database and Listener</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-an-oracle-9i-database-and-listener/m-p/3818023#M780742</link>
      <description>Normally the creation of a DB requires some&lt;BR /&gt;advanced planning, in terms of space, charset&lt;BR /&gt;, accounts to use etc. etc. &lt;BR /&gt;And then convert that into concrete commands.&lt;BR /&gt;&lt;BR /&gt;Concrete example of a basic create db syntax for u:&lt;BR /&gt;&lt;BR /&gt;startup nomount&lt;BR /&gt;&lt;BR /&gt;create database "TESTDB"&lt;BR /&gt;    maxinstances 5&lt;BR /&gt;    maxlogfiles  16&lt;BR /&gt;    maxdatafiles 150&lt;BR /&gt;    archivelog&lt;BR /&gt;    maxloghistory 200&lt;BR /&gt;    character set "WE8ISO8859P1"&lt;BR /&gt;    logfile&lt;BR /&gt;        GROUP 1 '/archive01/redo1T.log'  SIZE 30481K,&lt;BR /&gt;        GROUP 2 '/archive01/redo2T.log'  SIZE 30481K,&lt;BR /&gt;        GROUP 3 '/archive01/redo3T.log'  SIZE 30481K&lt;BR /&gt;    datafile&lt;BR /&gt;        '/oradata01/systemT_1.dbf '  size 125M;&lt;BR /&gt;disconnect&lt;BR /&gt;spool off&lt;BR /&gt;&lt;BR /&gt;Then you can add your TEMP and ROLLBACK&lt;BR /&gt;tablespaces,&lt;BR /&gt;run  the catalog.sql and procedure (catproc.sql) , you will find these under&lt;BR /&gt;$ORACLE_HOME/rdbms/admin.&lt;BR /&gt;&lt;BR /&gt;But as was mentioned above , it is probably&lt;BR /&gt;easier to run dbca and follow it through&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Jul 2006 01:19:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-an-oracle-9i-database-and-listener/m-p/3818023#M780742</guid>
      <dc:creator>Frank de Vries</dc:creator>
      <dc:date>2006-07-06T01:19:35Z</dc:date>
    </item>
    <item>
      <title>Re: Create an Oracle 9i Database and Listener</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-an-oracle-9i-database-and-listener/m-p/3818024#M780743</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can use DBCA available under $ORACLE_HOME/bin. Perform the following :-&lt;BR /&gt;(1) export DISPLAY=&lt;HOSTNAME&gt;:0.0 where the xhost can be started.&lt;BR /&gt;&lt;BR /&gt;(2) cd $ORACLE_HOME/bin&lt;BR /&gt;&lt;BR /&gt;(3) just type dbca and check the output on a screen.&lt;BR /&gt;&lt;BR /&gt;Remember that you created all filesystem under root. Try creating mount point of /u01/app/oracle as ORACLE_BASE. &lt;BR /&gt;/u01/oracle as oracle user home directory. /u01/app/oracle/Ora_Home1 as ORACLE_HOME.&lt;BR /&gt;&lt;BR /&gt;You will have to create mount point using LVM as follows (this is only a example) :-&lt;BR /&gt;&lt;BR /&gt;$pvcreate â  f /dev/rdsk/c5t0d0&lt;BR /&gt;$mkdir /dev/vg_appl&lt;BR /&gt;$mknod /dev/vg_appl/group c 64 0x010000&lt;BR /&gt;$vgcreate vg_appl /dev/dsk/c5t0d0&lt;BR /&gt;$strings /etc/lvmtab&lt;BR /&gt;$lvcreate â  L 1024 â  n appl vg_appl&lt;BR /&gt;$mkdir /u01/app/oracle&lt;BR /&gt;$newfs â  F vxfs â  o largefile /dev/vg_appl/rappl&lt;BR /&gt;$mount /dev/vg01/appl /u01/app/oracle.&lt;BR /&gt;&lt;BR /&gt;Check up the device path (/dev/dsk/c5t0d0) , disk size and the minor number (0x010000) from your system administrator.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Srikanth&lt;BR /&gt;&lt;/HOSTNAME&gt;</description>
      <pubDate>Thu, 06 Jul 2006 05:58:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-an-oracle-9i-database-and-listener/m-p/3818024#M780743</guid>
      <dc:creator>Srikanth Arunachalam</dc:creator>
      <dc:date>2006-07-06T05:58:43Z</dc:date>
    </item>
  </channel>
</rss>

