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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Temporary tablespace for SYS

RE: Temporary tablespace for SYS

From: Leng Kaing <leng.kaing_at_hancorp.com.au>
Date: Thu, 14 Sep 2000 16:07:50 +1100
Message-Id: <10618.116934@fatcity.com>


Hi Steve,

I've just done a test on both 7.3.4 and 8.1.5 and and have been able to confirm that you CAN drop a tablespace that has previously been the temporary tablespace for SYS. So I don't know what version of Oracle this theory may have come from.

Rgs,

Leng.

        H815.SYS> alter user sys temporary tablespace OEM_REPOSITORY;

        User altered.

        select username, default_tablespace, temporary_tablespace from dba_users

        where username = 'SYS';

        USERNAME DEFAULT_TABLESPACE TEMPORARY_TABLESPACE

Received on Thu Sep 14 2000 - 00:07:50 CDT

Original text of this message

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