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: extracting metadata

Re: extracting metadata

From: <xmark.powell_at_eds.com.x>
Date: 19 Apr 2001 14:07:59 GMT
Message-ID: <9bmrfv$mt6$1@news.netmar.com>

In article <newscache$r161cg$i77$1_at_localhost.localdomain>, =?iso-8859-1?Q?Sven_Sch=E4fer?= <s.schaefer_at_bmi-heidelberg.com> writes:
>Hello,
>I extracted the metadata of an Oracle DB with export. Unfortunately the
>content of the file isn't human readable. Because I would like to reuse
>the metadata with slight changes on another machine it would be nice to
>have all the information in ascii. Interbase can do this. Is there also
>a way in oracle to achieve this? Are there any other tools?
>
> Greetings
>
> Sven
>

Sven, look in the utilities manual for the import utility, imp, and look at the parameter indexfile to see if this will help you.

Otherwise the dictionary views sys.dba_tablespaces and sys.dba_data_files plus the dynamic performance views v$log, v$logfile, and v$controlfile pretty much give you the structure of the database.

Received on Thu Apr 19 2001 - 09:07:59 CDT

Original text of this message

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