I faced this problem.
You have to options to solve this; either by adding a new datafile to the Temp tablespace or create a new tablespace. In my case I did the second one. But don't forget to make the new created tablespace to be the default tablespace ALTER DATABASE DEFAULT TEMPORARY TABLESPACE TEMP1;
No comments:
Post a Comment