DBAsupport.com Forums - Powered by vBulletin
Page 4 of 4 FirstFirst ... 234
Results 31 to 35 of 35

Thread: database fragmentation

  1. #31
    Join Date
    Feb 2000
    Location
    Washington DC
    Posts
    1,843
    Jeff,

    Let me understand this, after changing the parameters that control extent sizes in tablespaces there may be an error if the tablespace runs outta space, there shouldn't be any error having free space in the tablespace right ? It seems tablespace is running outta space.

    I don't know how things were before 7.3. All my experiences are limited to only V7.3 thru 9i

    Reddy,Sam

  2. #32
    Join Date
    Jun 2000
    Posts
    315
    The error message is exactly the same:
    ORA-01652: unable to extend temp segment by 794170 (I am still wondering: is this number block size or bytes?) in tablespace xyz.


  3. #33
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    Originally posted by sreddy
    Jeff,

    Let me understand this, after changing the parameters that control extent sizes in tablespaces there may be an error if the tablespace runs outta space, there shouldn't be any error having free space in the tablespace right ? It seems tablespace is running outta space.

    I don't know how things were before 7.3. All my experiences are limited to only V7.3 thru 9i

    Since the storage parameters are in the export file they could:
    1. change the TS parameters
    2. export the tables which carry the old storage parameters
    3. drop objects
    4. imp objects with old storage parameters regardless of hwo the TS was setup.

    This scenario would yield the same results as before.

    The fact that the temporary segment is trying to grab over 775K where they specified the NEXT extent as 16K tells me that the new parameters are not being used.

    By pre-creating the table to hold the data you can control the size of your extents BEFORE you start loading data.
    Jeff Hunter

  4. #34
    Join Date
    Jun 2000
    Posts
    315

    Why it would make a difference if you create the table first with those parameters?

    Thanks!

  5. #35
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    The export file "remembers" the previous storage parameters. If you export, drop, import, the tables will have the EXACT same storage definition as before.
    Jeff Hunter

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