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

Thread: CREATE INDEX PROBLEM

  1. #1
    Join Date
    Jan 2002
    Posts
    474
    hi all,

    I am trying to create an index and I got the following error:

    ORA-01536: sapce quota exceed for tablespace TEST

    I look into the tablespace and I got plenty room.

    Can someone give me the solutions and explanation please????

    Thanks

  2. #2
    Join Date
    Oct 2000
    Posts
    467
    Although there is space, your quota for creating objects on that tablespace is exceeded. Check user_ts_quotas.
    Give the foll command
    alter user username quota unlimited on tablespace TEST

    or create the index by specifying a different tablespace name.
    Vinit

  3. #3
    Join Date
    Jan 2002
    Posts
    474
    tHANKS VINIT

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