Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Recreating TEMP

Recreating TEMP

From: Simon Waibale <waibals_at_mtn.co.ug>
Date: Fri, 07 Jun 2002 06:38:36 -0800
Message-ID: <F001.004776F0.20020607063836@fatcity.com>


Hi all ,
I have 2 TEMPORARY tablespaces which I want to drop and recreate with better storage options. My worries:
1)If I connect as sysdba, what TEMP talespace will sysdba's session be using given that a select from dba_users shows SYS & SYSTEM users having TEMP as their TEMPORARY tablespace. Won't the dropping of TEMP leave sysdba in suspense over which TEMP to use ? Or as long as no sort operations, no need for TEMP ?
Waiting for your comments before:
SQL>DROP tablespace TEMP

   2>INCLUDING CONTENTS
   3>and DATAFILES;

SQL> CREATE TEMPORARY TABLESPACE TEMP
> ................................;



CSW
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Simon Waibale
  INET: waibals_at_mtn.co.ug

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Fri Jun 07 2002 - 09:38:36 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US