<?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 Changing default temp tablespace in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-default-temp-tablespace/m-p/3194258#M792015</link>
    <description>Hi all,&lt;BR /&gt;I'm use to working with 7 or 9 so forgive this stupid question.  I know in oracle 9 I'm able to change the default temp tablespace with the following command:&lt;BR /&gt;&lt;BR /&gt;ALTER DATABASE DEFAULT TEMPORARY TABLESPACE TEMP;&lt;BR /&gt;&lt;BR /&gt;But in oracle 8 this doesn't work. I don't see anything in the online documentation regarding this.  Am I correct in assuming that if the db was created with the default temporary tablespace as system it can't be changed?&lt;BR /&gt;&lt;BR /&gt;Brian.</description>
    <pubDate>Tue, 17 Feb 2004 11:08:31 GMT</pubDate>
    <dc:creator>Brian_274</dc:creator>
    <dc:date>2004-02-17T11:08:31Z</dc:date>
    <item>
      <title>Changing default temp tablespace</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-default-temp-tablespace/m-p/3194258#M792015</link>
      <description>Hi all,&lt;BR /&gt;I'm use to working with 7 or 9 so forgive this stupid question.  I know in oracle 9 I'm able to change the default temp tablespace with the following command:&lt;BR /&gt;&lt;BR /&gt;ALTER DATABASE DEFAULT TEMPORARY TABLESPACE TEMP;&lt;BR /&gt;&lt;BR /&gt;But in oracle 8 this doesn't work. I don't see anything in the online documentation regarding this.  Am I correct in assuming that if the db was created with the default temporary tablespace as system it can't be changed?&lt;BR /&gt;&lt;BR /&gt;Brian.</description>
      <pubDate>Tue, 17 Feb 2004 11:08:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-default-temp-tablespace/m-p/3194258#M792015</guid>
      <dc:creator>Brian_274</dc:creator>
      <dc:date>2004-02-17T11:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: Changing default temp tablespace</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-default-temp-tablespace/m-p/3194259#M792016</link>
      <description>The DEFAULT TEMPORARY TABLESPACE tablesp syntax falls under ALTER USER username rather than ALTER DATABASE.&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Feb 2004 11:15:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-default-temp-tablespace/m-p/3194259#M792016</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2004-02-17T11:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: Changing default temp tablespace</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-default-temp-tablespace/m-p/3194260#M792017</link>
      <description>I'm not talking about setting an individual users temporary tablespace.  I'm talking about change the default temporary tablespace parameter.  So if I create a new user and don't specify the temporary tablespace, oracle assigns it to that temporary tablespace.  Currently our oracle 8 database assigns it to SYSTEM.</description>
      <pubDate>Tue, 17 Feb 2004 11:22:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-default-temp-tablespace/m-p/3194260#M792017</guid>
      <dc:creator>Brian_274</dc:creator>
      <dc:date>2004-02-17T11:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: Changing default temp tablespace</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-default-temp-tablespace/m-p/3194261#M792018</link>
      <description>Brian,&lt;BR /&gt;&lt;BR /&gt;when you create a new user you should specify default tablespace and temporary tablespace for the user.&lt;BR /&gt;&lt;BR /&gt;Don't rely on the default !&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Jean-Luc</description>
      <pubDate>Tue, 17 Feb 2004 12:40:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-default-temp-tablespace/m-p/3194261#M792018</guid>
      <dc:creator>Jean-Luc Oudart</dc:creator>
      <dc:date>2004-02-17T12:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: Changing default temp tablespace</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-default-temp-tablespace/m-p/3194262#M792019</link>
      <description>Brian,&lt;BR /&gt;&lt;BR /&gt;The DEFAULT TEMPORARY TABLESPACE is specified in the initial creation of the database.  This funcationality was added in Oracle 9i.  All it does is allows you to specify the default temporary tablespace for users on creation. It is a good idea to set, since Oracle will create a user without the temporary tablespace set specificly in the SYSTEM tablespace.  &lt;BR /&gt;&lt;BR /&gt;This command was given, because you cannot drop a temporary tablespace set to default.  This command can only be used to set a default temporary tablespace (new 9i funcationilty).  This should not be confused with a permamant tablespace set to TEMPORARY.  &lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Brian</description>
      <pubDate>Tue, 17 Feb 2004 17:37:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-default-temp-tablespace/m-p/3194262#M792019</guid>
      <dc:creator>Brian Crabtree</dc:creator>
      <dc:date>2004-02-17T17:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: Changing default temp tablespace</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-default-temp-tablespace/m-p/3194263#M792020</link>
      <description>Hi Brian,&lt;BR /&gt;&lt;BR /&gt;In Oracle9i, the database can be assigned a DEFAULT TEMPORARY TABLESPACE. This feature is designed for database users to have a default temporary tablespace automatically assigned other than the SYSTEM tablespace.  &lt;BR /&gt;&lt;BR /&gt;But for all the other releases before 9i, the temporary tablespace has to be defined for each user otherwise it takes the system tablespace as the temporary tablespace by default.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Indira&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Feb 2004 19:42:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-default-temp-tablespace/m-p/3194263#M792020</guid>
      <dc:creator>Indira Aramandla</dc:creator>
      <dc:date>2004-02-17T19:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: Changing default temp tablespace</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-default-temp-tablespace/m-p/3194264#M792021</link>
      <description>You should always specify the temporary tablespace clause,&lt;BR /&gt;CREATE USER user  IDENTIFIED  {  BY password  |  INTERNALLY  }&lt;BR /&gt;   {    &lt;EMPTY&gt;  &lt;BR /&gt;       |  DEFAULT TABLESPACE tablespace&lt;BR /&gt;       |  TEMPORARY TABLESPACE tablespace&lt;BR /&gt;       |  {  QOUTA { integer [ K | M ]  |  UNLIMITED }  ON tablespace  } &amp;lt;+loop&amp;gt;&lt;BR /&gt;       |  PROFILE  profile&lt;BR /&gt;    }  &amp;lt;+loop&amp;gt;&lt;BR /&gt;&lt;BR /&gt;or you can follow an alter statement after create statement,&lt;BR /&gt;ALTER USER user TEMPORARY TABLESPACE &lt;DEFAULT_TABLESPACE&gt;&lt;/DEFAULT_TABLESPACE&gt;&lt;/EMPTY&gt;</description>
      <pubDate>Tue, 17 Feb 2004 20:10:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-default-temp-tablespace/m-p/3194264#M792021</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2004-02-17T20:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: Changing default temp tablespace</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-default-temp-tablespace/m-p/3194265#M792022</link>
      <description>hi brian,&lt;BR /&gt;&lt;BR /&gt;as IA said above, in Oracle9i, the database can be assigned a DEFAULT TEMPORARY TABLESPACE.   &lt;BR /&gt;&lt;BR /&gt;see metalink note 138212.1.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Yogeeraj</description>
      <pubDate>Tue, 17 Feb 2004 20:25:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-default-temp-tablespace/m-p/3194265#M792022</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2004-02-17T20:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: Changing default temp tablespace</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-default-temp-tablespace/m-p/3194266#M792023</link>
      <description>Hello Brian &lt;BR /&gt;&lt;BR /&gt;The default_settings_clauses of alter database were introduced in 9i.&lt;BR /&gt;&lt;BR /&gt;CHARACTER SET character_set&lt;BR /&gt;NATIONAL CHARACTER SET character_set&lt;BR /&gt;set_time_zone_clause&lt;BR /&gt;DEFAULT TEMPORARY TABLESPACE tablespace&lt;BR /&gt;RENAME GLOBAL_NAME TO database . domain [. domain]...&lt;BR /&gt;&lt;BR /&gt;The new (9i) DEFAULT TEMPORARY TABLESPACE clause of the CREATE DATABASE statement allows you to create a default temporary tablespace at database creation time. This tablespace is used as the default temporary tablespace for users who are not otherwise assigned a temporary tablespace with create/alter SQL.&lt;BR /&gt;&lt;BR /&gt;sks&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Feb 2004 00:45:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-default-temp-tablespace/m-p/3194266#M792023</guid>
      <dc:creator>Sanjay Kumar Suri</dc:creator>
      <dc:date>2004-02-18T00:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: Changing default temp tablespace</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-default-temp-tablespace/m-p/3194267#M792024</link>
      <description>Ok so it's 9i functionality.  Thanks guys.  At my old company I've always created temp as the default temporary tablespace at creation time so I never came across this before.  Someone set all the ones here to system.</description>
      <pubDate>Wed, 18 Feb 2004 09:38:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-default-temp-tablespace/m-p/3194267#M792024</guid>
      <dc:creator>Brian_274</dc:creator>
      <dc:date>2004-02-18T09:38:51Z</dc:date>
    </item>
  </channel>
</rss>

