<?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: Need help with create database in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help-with-create-database/m-p/3112607#M802563</link>
    <description>Hi Michale,&lt;BR /&gt;     Thanks for the reply, for LMT it required that I created at temp space within the create database statement.  Thanks&lt;BR /&gt;&lt;BR /&gt;Hi Thierry,&lt;BR /&gt;           You are right, I was missing the TEMPFILE.  Thanks again.&lt;BR /&gt;&lt;BR /&gt;  Sushil</description>
    <pubDate>Sat, 08 Nov 2003 14:48:44 GMT</pubDate>
    <dc:creator>Sushil Singh_1</dc:creator>
    <dc:date>2003-11-08T14:48:44Z</dc:date>
    <item>
      <title>Need help with create database</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help-with-create-database/m-p/3112603#M802559</link>
      <description>Hi All&lt;BR /&gt;       I am trying to create database and am getting the following error.  Its on 11.11 and Oracle 9.2.0.4.&lt;BR /&gt;&lt;BR /&gt;create database $ORACLE_SID&lt;BR /&gt;maxinstances 8&lt;BR /&gt;maxlogfiles  32&lt;BR /&gt;character set "US7ASCII"&lt;BR /&gt;national character set "AL16UTF16"&lt;BR /&gt;datafile '$ASMS_DB_ROOT_DIR3/ORACLE_SID/system01.dbf' size 250M reuse extent management local&lt;BR /&gt;undo tablespace undotbs datafile '$ASMS_DB_ROOT_DIR3/ORACLE_SID/undotbs01.dbf' size 200 reuse autoextend on next 5120k maxsize unlimited&lt;BR /&gt;TEMPORARY TABLESPACE TEMPTS1 DATAFILE &lt;BR /&gt;'$ASMS_DB_ROOT_DIR3/$ORACLE_SID/tempsys.dbf' size 200 reuse extent management local&lt;BR /&gt;&lt;BR /&gt;logfile&lt;BR /&gt;        Group 1 ('$ASMS_DB_ROOT_DIR3/${ORACLE_SID}redo/redolog0101.dbf',&lt;BR /&gt;                 '$ASMS_DB_ROOT_DIR2/${ORACLE_SID}redo/redolog0102.dbf') size 50M reuse,&lt;BR /&gt;        Group 2 ('$ASMS_DB_ROOT_DIR3/${ORACLE_SID}redo/redolog0201.dbf',&lt;BR /&gt;                 '$ASMS_DB_ROOT_DIR2/${ORACLE_SID}redo/redolog0202.dbf') size 50M reuse,&lt;BR /&gt;        Group 3 ('$ASMS_DB_ROOT_DIR3/${ORACLE_SID}redo/redolog0301.dbf',&lt;BR /&gt;                 '$ASMS_DB_ROOT_DIR2/${ORACLE_SID}redo/redolog0302.dbf') size 50M reuse,&lt;BR /&gt;        Group 4 ('$ASMS_DB_ROOT_DIR3/${ORACLE_SID}redo/redolog0401.dbf',&lt;BR /&gt;                 '$ASMS_DB_ROOT_DIR2/${ORACLE_SID}redo/redolog0402.dbf') size 50M reuse,&lt;BR /&gt;        Group 5 ('$ASMS_DB_ROOT_DIR3/${ORACLE_SID}redo/redolog0501.dbf',&lt;BR /&gt;                 '$ASMS_DB_ROOT_DIR2/${ORACLE_SID}redo/redolog0502.dbf') size 50M reuse,&lt;BR /&gt;        Group 6 ('$ASMS_DB_ROOT_DIR3/${ORACLE_SID}redo/redolog0601.dbf',&lt;BR /&gt;                 '$ASMS_DB_ROOT_DIR2/${ORACLE_SID}redo/redolog0602.dbf') size 50M reuse;&lt;BR /&gt;exit&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I get the following error.  &lt;BR /&gt;&lt;BR /&gt;                DATAFILE '/u03/oradata/asmsdb/tempsys.dbf' size 200 reuse&lt;BR /&gt;                *&lt;BR /&gt;ERROR at line 12:&lt;BR /&gt;ORA-25139: invalid option for CREATE TEMPORARY TABLESPACE&lt;BR /&gt;&lt;BR /&gt;Never needed TEMP space in the create database &lt;BR /&gt;&lt;BR /&gt;  Thanks&lt;BR /&gt;Sushil Singh</description>
      <pubDate>Thu, 06 Nov 2003 13:13:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help-with-create-database/m-p/3112603#M802559</guid>
      <dc:creator>Sushil Singh_1</dc:creator>
      <dc:date>2003-11-06T13:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with create database</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help-with-create-database/m-p/3112604#M802560</link>
      <description>Please ignore the previous message.  It seems Oracle Administrator Guide has incorrect information.  &lt;BR /&gt;&lt;BR /&gt;  Thanks&lt;BR /&gt;Sushil Singh</description>
      <pubDate>Thu, 06 Nov 2003 13:35:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help-with-create-database/m-p/3112604#M802560</guid>
      <dc:creator>Sushil Singh_1</dc:creator>
      <dc:date>2003-11-06T13:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with create database</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help-with-create-database/m-p/3112605#M802561</link>
      <description>Hi Sushil,&lt;BR /&gt;&lt;BR /&gt;you still could create a default temporary tablespace as part of the create database.&lt;BR /&gt;&lt;BR /&gt;Michael&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Nov 2003 08:32:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help-with-create-database/m-p/3112605#M802561</guid>
      <dc:creator>Michael Schulte zur Sur</dc:creator>
      <dc:date>2003-11-07T08:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with create database</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help-with-create-database/m-p/3112606#M802562</link>
      <description>hi,&lt;BR /&gt; &lt;BR /&gt;how about &lt;BR /&gt;...&lt;BR /&gt;TEMPORARY TABLESPACE TEMPTS1 tempFILE&lt;BR /&gt;...&lt;BR /&gt; &lt;BR /&gt;regards,&lt;BR /&gt;Thierry.</description>
      <pubDate>Fri, 07 Nov 2003 08:47:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help-with-create-database/m-p/3112606#M802562</guid>
      <dc:creator>Thierry Poels_1</dc:creator>
      <dc:date>2003-11-07T08:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with create database</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help-with-create-database/m-p/3112607#M802563</link>
      <description>Hi Michale,&lt;BR /&gt;     Thanks for the reply, for LMT it required that I created at temp space within the create database statement.  Thanks&lt;BR /&gt;&lt;BR /&gt;Hi Thierry,&lt;BR /&gt;           You are right, I was missing the TEMPFILE.  Thanks again.&lt;BR /&gt;&lt;BR /&gt;  Sushil</description>
      <pubDate>Sat, 08 Nov 2003 14:48:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help-with-create-database/m-p/3112607#M802563</guid>
      <dc:creator>Sushil Singh_1</dc:creator>
      <dc:date>2003-11-08T14:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with create database</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help-with-create-database/m-p/3112608#M802564</link>
      <description>Hi Sushil,&lt;BR /&gt;&lt;BR /&gt;if your problem is solved, could you please award some points to those, who could help you?&lt;BR /&gt;&lt;BR /&gt;greetings,&lt;BR /&gt;&lt;BR /&gt;Michael&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Nov 2003 12:16:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help-with-create-database/m-p/3112608#M802564</guid>
      <dc:creator>Michael Schulte zur Sur</dc:creator>
      <dc:date>2003-11-19T12:16:44Z</dc:date>
    </item>
  </channel>
</rss>

