ORA-25145: allocation policy already specified
What triggered the Error:
CREATE TABLESPACE, the allocation policy was specified more than once, for example, AUTOALLOCATE and UNIFORM.What should we do to fix it:
move all but one of the allocation policy specifications.