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: move sys.aud$

RE: move sys.aud$

From: <ddorr.cs_at_clearstream.com>
Date: Tue, 10 Oct 2000 11:40:02 +0200
Message-Id: <10645.118852@fatcity.com>


I usually do, as SYS :

create table AUD$$ tablespace OTHER as select * from AUD$; drop table AUD$;
rename AUD$$ to AUD$;

> ----------
> From: Shevtsov, Eduard[SMTP:EShevtsov_at_flagship.ru]
> Reply To: ORACLE-L_at_fatcity.com
> Sent: Tuesday, October 10, 2000 12:12
> To: Multiple recipients of list ORACLE-L
> Subject: move sys.aud$
>
> Hi List
>
> I'm looking for the right way to move aud$ from sys tablespace. Should I
> use
> export/import ?
>
> Thanks in advance
>
> Ed
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Shevtsov, Eduard
> INET: EShevtsov_at_flagship.ru
>
> 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 Tue Oct 10 2000 - 04:40:02 CDT

Original text of this message

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