| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: move sys.aud$
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
![]() |
![]() |