Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Moving Autit Tables
Yep, and here's how (for 8i).
alter table sys.aud$ move tablespace tools
storage (initial 128K next 128K); alter index sys.i_aud1 rebuild tablespace tools
storage (initial 128K next 128K);
"Guidry, Chris" wrote:
>
> Hi All,
> There has been some discussion in the past regarding moving
> the audit tables out of the SYSTEM table space to avoid fragmentation.
> Is this a good idea and if so does any have a procedure for doing so?
> Are there any problems to watch out for?
>
> O7345 - WinNT - RAID 0+1
>
> --
> Chris J. Guidry P.Eng. EE
> ATCO Electric, Metering Services
> Phone: (780) 420-4142
> Fax: (780) 420-3854
> Email: chris.guidry_at_atcoelectric.com
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Guidry, Chris
> INET: chris.guidry_at_atcoelectric.com
>
> 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).
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Suzy Vordos INET: lvordos_at_qwest.com 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 May 28 2002 - 16:48:33 CDT