|
-
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'
/
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|