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: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).

Reply via email to