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

Thread: order of import

  1. #1
    Join Date
    Jan 2003
    Posts
    141

    order of import

    hi,
    can someone tell what is the order while importing ...

    eg:
    tables,constraints,functions and procedures....etc ????

    Many Thanks,

  2. #2
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    Why?
    Jeff Hunter

  3. #3
    Join Date
    Mar 2002
    Location
    Mesa, Arizona
    Posts
    1,204
    Brilliant!

  4. #4
    Join Date
    Jul 2002
    Location
    Northampton, England
    Posts
    612
    Type definitions are created from the import
    Tables are created (assuming theyn aren't pre-created, in which case IGNORE=Y)
    Table data is imported
    Table indexes
    Triggers created
    integrity constraints are enforced
    Bitmap, funtional, domain indexes are created.

    The import tells you what its doing step by step. Why don't you just try it and see what it does?
    Assistance is Futile...

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