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

Thread: ORA-01536

  1. #1
    Join Date
    Apr 2001
    Posts
    55

    Smile

    can anyone tell me what the following error message means and how to resolve it

    ORA-01536 space quota exceeded for tablespace "spcp_data".

    I Think I know how to solve but would like some clarification

    Thanks

  2. #2
    Join Date
    Jan 2001
    Posts
    2,828
    Hello

    What this means is that the user has exceeded his space quota on table space spcp_data (maybe he was adding a new segment or the existing segments tried to acquire a new extent ) ask your dba to increase the users quota on that tablespace.

    regards
    hrishy

  3. #3
    Join Date
    Sep 2001
    Location
    Makati, Philippines
    Posts
    857
    the user exceeds its limit in utilizing the assigned
    tablespace.

    you may use this:

    alter user USERNAME quota unlimited on TABLESPACE_NAME;

    or

    alter user USERNAME quota 50m on TABLESPACE_NAME;

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