DBAsupport.com Forums - Powered by vBulletin
Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14

Thread: Import running slow!

  1. #11
    Join Date
    Aug 2001
    Location
    chennai,bangalore
    Posts
    840
    Ok..i will try this.

    regards
    anandkl
    anandkl

  2. #12
    Join Date
    Jan 2003
    Location
    india
    Posts
    175
    hi,

    when indexing....

    you can pre-allocate the disk space for index
    to avoid the dynamic allocation.

    if it is to a different physical disk (other
    than the one where your tables are) the
    disk contention can be reduced.

    also you can set the following parameters high enough.

    sort_multiblock_read_count

    db_file_multiblock_read_count


    -Raja

  3. #13
    Join Date
    Aug 2002
    Location
    Colorado Springs
    Posts
    5,253

    Re: Import running slow!

    Originally posted by krw
    [B]We are executing an export/import on our DB as we have tables with many extents etc...
    How many extents were there per table?
    David Aldridge,
    "The Oracle Sponge"

    Senior Manager, Business Intelligence Development
    XM Satellite Radio
    Washington, DC

    Oracle ACE

  4. #14
    Join Date
    May 2003
    Location
    Pretoria, Rep of South Africa
    Posts
    191
    This reply may be a little late but you could check if there isnt any triggers(audit:insert or update) activated on your tables.Disable triggers...import....enable triggers.
    Able was I ere I saw Elba

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