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: Mark Leith <mark_at_cool-tools.co.uk>
Date: Mon, 04 Feb 2002 10:14:03 -0800
Message-ID: <F001.00405221.20020204100739@fatcity.com>

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).
Received on Mon Feb 04 2002 - 12:14:03 CST

Original text of this message

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