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: Weeding out Repository Tables for Enterprise Manager

Re: Weeding out Repository Tables for Enterprise Manager

From: Ruth Gramolini <rgramolini_at_tax.state.vt.us>
Date: Wed, 24 May 2000 08:28:38 -0400
Message-Id: <10507.106510@fatcity.com>


One easy way would be to create script for dropping the objects from the user/dba/all_objects table where the user would be the owner of the 'real' tables. e.g. select 'drop '||object_type||' '||owner|'.'||object_name||' cascade constraints;'

Spool this script and then run it in whatever schema has the unwanted tables.

The repository tablee and views start with evt_*, sm*, smp_*, and epc_*.

HTH
Ruth
----- Original Message -----
From: Subramaniam, Lakshmi (L.) <lsubrama_at_ford.com> To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com> Sent: Tuesday, May 23, 2000 9:27 AM
Subject: Weeding out Repository Tables for Enterprise Manager

> Hi everybody,
>
> I am new to the list so I am not sure if this has been discussed before.
>
> Is there a way to weed out the tables used by enterprise manager that are
> created when someone uses a database as a repository? Many a times
> enterprising developers and DBA wannabes login to development databases
when
> asked for repository information, causing tons of tables to be created
under
> different schemas. I would like to know if we can run a script or
something
> and get rid of them all at once.
>
> Best Regards,
> Lakshmi Subramaniam
>
> --
> Author: Subramaniam, Lakshmi (L.)
> INET: lsubrama_at_ford.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 Wed May 24 2000 - 07:28:38 CDT

Original text of this message

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