Current space is 35MB. It should be be greater than 50MB.
There are two solutions:
Set the tablespace to automatically increase in size, or increase the size.
First option:
ALTER DATABASE DATAFILEAUTOEXTEND ON ;
Second Option:
ALTER TABLESPACEADD DATAFILE ' ' SIZE nG AUTOEXTEND ON MAXSIZE XXG;
#bearMan
No comments:
Post a Comment