Oracle Solution for Error ora-01352

Solution for Oracle Error ORA-01352

ORA-01352: tablespace given for Logminer spill does not exist

What triggered the Error:

The tablespace name given as the parameter to DBMS_LOGMNR_D.SET_TABLESPACE does not exist.

What should we do to fix it:

Check spelling of the tablespace name. If spelling is correct verify that the named tablespace has already been created. DBMS_LOGMNR_D.SET_TABLESPACE does not create a tablespace.