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: Moving Autit Tables

RE: Moving Autit Tables

From: Karniotis, Stephen <Stephen_Karniotis_at_compuware.com>
Date: Tue, 28 May 2002 13:48:32 -0800
Message-ID: <F001.0046D5D4.20020528134832@fatcity.com>


Chris:

  It can be done, but Oracle, from my understanding, does not officially support this. Remember, in their eyes, disk is cheap. Here is a synopsis of what is needed.

  1. After the database is built, create a copy of the $ORACLE_HOME/rdbms/admin/sql.bsq file. This contains the create scripts for the data dictionary; hence, the "aud$" table and indexes are here.
  2. Create another tablespace for these tables.
  3. Drop and create these tables with improved storage parameters. Do the same for indexes.
  4. You will need to grant the appropriate object level privileges on these to ensure that all functions properly.

Thank You

Stephen P. Karniotis
Product Architect
Compuware Corporation

Direct:	(248) 865-4350
Mobile:	(248) 408-2918
Email:	Stephen.Karniotis_at_Compuware.com
Web:	www.compuware.com

 -----Original Message-----
Sent:	Tuesday, May 28, 2002 5:28 PM
To:	Multiple recipients of list ORACLE-L
Subject:	Re: Moving Autit Tables

Hi Chris,

  go to the following link you'll find a paper about that:  

http://www.oracle.com/oramag/oracle/99-Nov/index.html?69dbajj.html

kader


Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Kader Ben
  INET: kaderb_at_yahoo.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).



The contents of this e-mail are intended for the named addressee only. It
contains information that may be confidential. Unless you are the named
addressee or an authorized designee, you may not copy or use it, or disclose
it to anyone else. If you received it in error please notify us immediately
and then destroy it. 

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Karniotis, Stephen
  INET: Stephen_Karniotis_at_compuware.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:32 CDT

Original text of this message

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