Results 1 to 3 of 3

Thread: Generate table script

  1. #1
    Join Date
    Jan 2003
    Location
    Hyderabad
    Posts
    23

    Generate table script

    How to generate a table script of existing table in oracle

  2. #2
    Join Date
    Nov 2002
    Location
    New Jersey, USA
    Posts
    3,932
    You can use EXPORT utility with INDEXFILE option to create it.

  3. #3
    Join Date
    Mar 2003
    Posts
    468
    if you are using Oracle version 9.0.1 or above you might want to check out the DBMS_METADATA.GET_DDL package/procedure.

    also, look at this writeup:
    http://www.databasejournal.com/featu...le.php/2197241

Posting Permissions

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