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: Selective object export

Re: Selective object export

From: Mogens Nørgaard <mln_at_miracleas.dk>
Date: Wed, 06 Feb 2002 02:42:37 -0800
Message-ID: <F001.0040705F.20020206024321@fatcity.com>

Or take a look in the catexp script and find a view called something like expvew or whatever, , save the original catexp script, change it to our needs, run the modified catexp script, do your export(s), then run the original catexp script. They are after all just views, so there are no physical danger to your database.

Mogens

Ron Thomas wrote:

>I was trying not to have to cull the export file. The schema in question is APPS
>which has 65000
>objects, of which I'm only interested in a hundred of them. Regardless, I'll look at
>the tool as it
>may come in hany for other work.
>
>Thanks,
>Ron Thomas
>Hypercom, Inc
>rthomas_at_hypercom.com
>"Hit any PHB to continue..."
>
>
>
>
> mark_at_cool-too
>
> ls.co.uk To: ORACLE-L_at_fatcity.com
>
> Sent by: cc:
>
> root_at_fatcity. Subject: RE: Selective object export
>
> com
>
>
>
>
>
> 02/04/02
>
> 11:07 AM
>
> Please
>
> respond to
>
> ORACLE-L
>
>
>
>
>
>
>
>
>
>Ron,
>
>Check out the DataBee DBATool. This reads an export file (created with the
>ROWS=N option) and allows you to manipulate the DDL of the objects within
>it, then output this DDL to either SQL scripts to recreate the schema, or
>HTML to document the schema. The tool is free with the unsupported version.
>You can get a copy at:
>
>http://www.cool-tools.co.uk/Products/Downloads/dbatool020001.exe
>
>The documentation for this tool is currently at:
>
>http://www.databee.com/dbatool.htm
>
>But will be up on the Cool-Tools site this week, as it goes in to a full
>production release.
>
>If you do download this, and have any questions, contact me directly and I
>will see if I can help you out with it.
>
>FWIW *this* is by far the easiest way to do this, as all have you have to do
>is point and click (Not to mention the safest)..
>
>HTH
>
>Mark
>
>===================================================
> Mark Leith | T: +44 (0)1905 330 281
> Sales & Marketing | F: +44 (0)870 127 5283
> Cool Tools UK Ltd | E: mark_at_cool-tools.co.uk
>===================================================
> http://www.cool-tools.co.uk
> Maximising throughput & performance
>
>
>-----Original Message-----
>Sent: 04 February 2002 17:30
>To: Multiple recipients of list ORACLE-L
>
>
>
>I need to selectively export all objects (tables, sequences, packages,
>views, etc) from a database
>that begin with a certain character string. FWIR, the easiest way to do
>this is to hack the exp
>views to just return these object names. I'm trying to find my notes on
>this, but if anyone has
>this documented, let me know.
>
>Thanks.
>Ron Thomas
>Hypercom, Inc
>rthomas_at_hypercom.com
>"Hit any PHB to continue..."
>
>--
>Please see the official ORACLE-L FAQ: http://www.orafaq.com
>--
>Author: Ron Thomas
> INET: rthomas_at_hypercom.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: Mark Leith
> INET: mark_at_cool-tools.co.uk
>
>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: Mogens =?ISO-8859-1?Q?N=F8rgaard?=
  INET: mln_at_miracleas.dk

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 Feb 06 2002 - 04:42:37 CST

Original text of this message

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