Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Objects for Schema SYSTEM

Re: Objects for Schema SYSTEM

From: Rüdiger J. Schulz <r.schulz_at_berlin.de>
Date: Fri, 12 Feb 1999 10:34:33 +0000
Message-ID: <36C403B9.8F3D1A61@berlin.de>


look for the file

    ORACLE/HOME/.../dbs/sql.bsq

here you can find a description of all system-objects

perhaps try

    grep create.table sql.bsq > sysobjects.txt

than the file sysobjects.txt contains all create table & create tablespace statements with a short comment!

cheers
Rüdiger J. Schulz

mme schrieb:

> Hello everybody!
>
> Does anybody know how I can identify the standard/default objects in
> the SYSTEM Schema? I´ve run a script that created a very lot of
> additional objects in the schema SYSTEM and I wanna drop them
> now, but I don´t know which to delete and to keep.
>
> Please help me!
>
> regards
> /\/\attias
Received on Fri Feb 12 1999 - 04:34:33 CST

Original text of this message

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