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

Thread: Sys objects unable to extend.

  1. #1
    Join Date
    Jun 2000
    Posts
    417
    I did an import of my database from 8.0.5 to 8.1.6 yesterday, it said import was successful but with warnings.

    The following objects were unable to extend, and my system tablespace is full. Each of the objects has max extents unlimited so I assume the error was because the tablespace itself is full.

    sys.source$
    sys.i_argument1
    sys.idl_ub2$
    sys.access$
    sys.i_dependency2

    I'm fairly certain the best thing to do is drop the database, re-create it with a larger system tablespace and redo the import, which is what I will start doing, but if anyone can suggest a better action or maybe tell me more about those objects I'd appreciate it.

    Thanks

  2. #2
    Join Date
    Oct 2000
    Location
    Dallas:TX:USA
    Posts
    407
    In my opinion the System tablespace should be set to "Auto Extend"; You never want Sytem tablespace to run out of space.

    - Rajeev

  3. #3
    Join Date
    May 2000
    Location
    Portsmouth, NH, USA
    Posts
    378

    Red face AN IDEA


    Placing a good deal of system tables/objects in your TOOLS tablespace will help you a bit. For one, the system tablespace doesn't need them located in that tabelspace and two, you noticed, it takes up a lot of space.

    lemme know what ya think
    - Magnus

  4. #4
    Join Date
    Jun 2000
    Posts
    417
    Well those are both good suggestions, my system was on autoextend but it ended up being a lot larger than I had thought. There isn't much I can do about moving them into the tools tablespace since I'm doing a full import, of a messy database but that's something to keep in mind for later :)

  5. #5
    Join Date
    Jun 2000
    Location
    Madrid, Spain
    Posts
    7,447
    unless you control the database everyday I would rather set autoextend off. it´s much easier to fix a "unable to extend" problem than a fragmentated system tablespace.

  6. #6
    Join Date
    Apr 2000
    Posts
    126

    Wink Sys objects unable to extend.

    Oracle 8.1.6 requires a larger system tablespace. Look at your installation and migration guide for more details.

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