Generate DDL from a Schema
- From: nickli2000@xxxxxxxxx
- Date: Thu, 20 Sep 2007 22:45:40 -0700
Hi,
I am trying to generate DDL scripts for each table, view and other
indexes under a schema. I tested using DBMS_METADATA package and its
get_ddl procedure. However, I can only output the create table (view,
indexes) statements for all the tables in a schema in one script, not
in each separation script, such as create table table_1.script, create
table table_2.script, etc.
I have hundreds of tables, views, indexes, types and other objects
under one schema. I would appreciate your advice on the issue.
Thanks in advance.
Nick Li
.
- Follow-Ups:
- Re: Generate DDL from a Schema
- From: Brian Peasland
- Re: Generate DDL from a Schema
- From: fitzjarrell@xxxxxxx
- Re: Generate DDL from a Schema
- From: DA Morgan
- Re: Generate DDL from a Schema
- From: Mark D Powell
- Re: Generate DDL from a Schema
- Prev by Date: Re: Doing a query with string vs bind variables.
- Next by Date: Merge involving a collection
- Previous by thread: Determine if a parameter has been passed
- Next by thread: Re: Generate DDL from a Schema
- Index(es):
Relevant Pages
|