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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Need scripts for db objects for a database

Re: Need scripts for db objects for a database

From: Thomas Blankschein <thomas_at_blankschein.de>
Date: Thu, 12 Oct 2006 18:41:59 +0200
Message-ID: <452e705a$0$13101$9b4e6d93@newsspool2.arcor-online.net>

> I want to get all the database object scripts for a particular database

  1. Use DBMS_METADATA.GET_DDL if you want to edit the scripts.
  2. Use EXP/IMP with ROWS=n for transporting objects between databases.

Thomas Received on Thu Oct 12 2006 - 11:41:59 CDT

Original text of this message

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