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

Thread: How to set initial and next extent in TEMP

  1. #1
    Join Date
    Sep 2002
    Posts
    9
    I have a 1.5 GB temporary tablespace and allocated 5 mb sort_area_size. How should I set my initial and next extent of the temporary tablespace?

  2. #2
    Join Date
    Sep 2002
    Posts
    20
    When a sort in memory is exeeding sort_area_size it will start using the temp table space and the extent size it choose is the same as sort_area_size, so you don't need to bother about extents!

    /Beppo
    Real experts gets the fact before stating that they are 100% shure!

  3. #3
    Join Date
    Dec 2000
    Location
    Ljubljana, Slovenia
    Posts
    4,439
    Originally posted by beppo
    ... it will start using the temp table space and the extent size it choose is the same as sort_area_size...
    It can't simply "choose" the size of extent! The extent size in temporary tablespace is fixed when the tablespace is created, and Oracle must use that size, it has no other option!

    As for the sizing of temporary extents: set them to the same size as your sort_area_size and you'll be fine. Or at least size them so that sort_area_size will be a multiple of extent size. And it goes without saying that INITIAL and NEXT should be the same....
    Jurij Modic
    ASCII a stupid question, get a stupid ANSI
    24 hours in a day .... 24 beer in a case .... coincidence?

  4. #4
    Join Date
    Sep 2002
    Posts
    20
    Of course you'r right jmodic, I was just thinking of the allocation of temp segments. Sorry, cfidba if I confused you!

    /Beppo
    Real experts gets the fact before stating that they are 100% shure!

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