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

Thread: Maxextents and LMTs

Hybrid View

  1. #1
    Join Date
    May 2002
    Posts
    3

    Maxextents and LMTs

    I got an alarm message this morning from our monitoring software:

    DBSPI-0017.1: 1.00 segments are approaching maximum extents allowed in QAS.

    NAME OWNER TABLESPACE TYPE EXTENTS MAX_EXTENTS
    PPOPX SAPR3 PSAPBTABD TABLE 241 300

    I tried this:

    SQL> alter tablespace "SAPR3"."PPOPX" storage ( maxextents unlimited );
    alter tablespace "SAPR3"."PPOPX" storage ( maxextents unlimited )
    *
    ERROR at line 1:
    ORA-02142: missing or invalid ALTER TABLESPACE option

    Since PPOPX is an LMT how can I change the max-extents? Do I need to worry about max_extents?

    Thanks,
    Vince
    Progress is made by lazy men looking for easier ways to do things -- Robert Heinlein

  2. #2
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    ppopx is a table, not a tablespace

  3. #3
    Join Date
    May 2002
    Posts
    3

    Bang head on door

    Love Monday morning fires. Thanks for pointing out the obvious to me! Argh!
    Progress is made by lazy men looking for easier ways to do things -- Robert Heinlein

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