Oracle Error Message
ORA-25145: allocation policy already specified
Reason for the Error
In CREATE TABLESPACE, the allocation policy was specified more than once, for example, AUTOALLOCATE and UNIFORM.
Solution
Remove all but one of the allocation policy specifications.