DBAsupport.com Forums - Powered by vBulletin
Results 1 to 4 of 4

Thread: DDL scripts from d/b

  1. #1
    Join Date
    Sep 2002
    Posts
    376

    DDL scripts from d/b

    Hi,

    Is it possible to extract the all the DDL statements or object creation scripts (tables,st procedures,views,triggers etc) from the schema/database.

  2. #2
    Join Date
    Dec 2002
    Location
    Bangalore ( India )
    Posts
    2,434
    dbms_metadata
    funky...

    "I Dont Want To Follow A Path, I would Rather Go Where There Is No Path And Leave A Trail."

    "Ego is the worst thing many have, try to overcome it & you will be the best, if not good, person on this earth"

  3. #3
    Join Date
    May 2003
    Location
    Pretoria, Rep of South Africa
    Posts
    191
    or

    All humans are born good....and lazy.
    Get yourself PLSQL Developer /TOAD.Really helpfull tools to improve your throughput
    Able was I ere I saw Elba

  4. #4
    Join Date
    Dec 2003
    Posts
    14
    In 8i you can use:

    exp userid=username/password owner=owner
    imp userid=username/password full=y indexfile=owner.sql

    Then look at owner.sql and remove the REM commands and you'll have the DDL.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width