The following ORA error appears:
Error: ORA 1536 Text: space quota exceeded for tablespace
One or all of the following solutions may fix the problem:
1) Increase the tablespace quota allocated to that user by using the following command:
ALTER USER QUOTA [K/M] ON
2) Grant unlimited quota to the user on that tablespace by using the following command:
ALTER USER QUOTA UNLIMITED ON
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/25223017/viewspace-710215/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/25223017/viewspace-710215/