Tuesday 10 March 2015

TablespaceFreeMB Prerequisite failure

RCU-6108:DB TablespaceFreeMB Prerequisite failure for: IDMTST_OIM
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 DATAFILE  AUTOEXTEND ON ;

Second Option:
ALTER TABLESPACE  ADD DATAFILE '' SIZE nG AUTOEXTEND ON MAXSIZE XXG;

#bearMan

No comments:

Post a Comment