Mike2000

Run these two selects against your database and use the output.
Than try again to run utlrp.

Tycho

==========

select 'drop tablespace temp;' from dual
/
select 'create temporary tablespace temp tempfile '''||file_name||''' reuse
extent management local uniform size 4 M;'
from dba_data_files
where tablespace_name = 'TEMP'
/