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

Thread: problem in setting pctincrease to 0

Hybrid View

  1. #1
    Join Date
    Oct 2002
    Posts
    284

    problem in setting pctincrease to 0

    hello all

    my temp tablepsace was growing of late. So issued the following command as 'sys'.

    *****************************************************************

    SQL> alter tablespace TEMP deafault storage (PCTINCREASE 0);
    alter tablespace TEMP deafault storage (PCTINCREASE 0)
    *
    ERROR at line 1:
    ORA-02142: missing or invalid ALTER TABLESPACE option

    **************************************************************

    can anyone make out what its throwing up this message ?..

    Thanks
    Ron

  2. #2
    Join Date
    Oct 2002
    Posts
    284
    Iam sorry...

    i corrected eh syntax....but the error continues..
    ************************************************************

    SQL> alter tablespace temp default storage (pctincrease 0);
    alter tablespace temp default storage (pctincrease 0)
    *
    ERROR at line 1:
    ORA-03217: invalid option for alter of TEMPORARY TABLESPACE

    ********************************************************

    thanks
    Ron

  3. #3
    Join Date
    Nov 2002
    Location
    New Delhi, INDIA
    Posts
    1,796
    u cannot change storage parameter (pctincrease) for a temporary tablespace... if its locally managed.
    Last edited by adewri; 01-27-2003 at 11:08 AM.
    Amar
    "There is a difference between knowing the path and walking the path."

    Amar's Blog  Get Firefox!

  4. #4
    Join Date
    Oct 2002
    Posts
    284
    Thanks

    yes..this TEMP tablespace is Locally managed.....

    so the how do we then clean up the TEMP tablespace if it is locally managed ?

    Thanks
    ron

  5. #5
    Join Date
    Nov 2002
    Location
    New Delhi, INDIA
    Posts
    1,796
    How To Force Temporary Segment Cleanup In Oracle 8.x

    http://metalink.oracle.com/metalink/...p_id=1070504.6

    HTH
    Amar
    "There is a difference between knowing the path and walking the path."

    Amar's Blog  Get Firefox!

  6. #6
    Join Date
    Jun 2000
    Location
    Madrid, Spain
    Posts
    7,447
    well in LMT you have to drop & recreate

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