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

Thread: Export/Import performance orderwise!

  1. #1
    Join Date
    Feb 2001
    Posts
    286
    Hi all!

    Working on Oracle v8i with OS as NT!

    I have this problem while creating the following as under:

    1.In what mode or order both the Export and Import performs the following:

    Table,indexes,datas,triggers,bitmap indexes,b*tree indexes,constraints,etc.,

    Thanks & Regards,

    Amit.

    Oracle DBA (OCP) v8i,v9i

  2. #2
    Join Date
    Apr 2001
    Location
    London
    Posts
    725
    on import :

    Create types,
    Create Tables,
    Insert Table data,
    Create btree indexes,
    Create constraints, procedures, views, triggers
    Create bitmap and fuctioned indexes.

    Once you have eliminated all of the impossible,
    whatever remains however improbable,
    must be true.

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