Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: ORA-03217 ALTER TABLESPACE TEMP PERMANENT; 9.2
Sounds like you have some objects in the database you are migrating
from that are in the TEMP tablespace. Not recommended but I guess
that's where you are currently.
How many objects are in TEMP? Can you move them out of TEMP to a more "usual" tablespace. That should fix your export/import problem.
In 9.2 an alternate approach that "might" work would be to create a different temporary tablespace named TEMP2, then ditch TEMP, recreate TEMP as a permanet tablespace. But that just perpetuates a problem that should be fixed. Received on Thu Dec 02 2004 - 13:46:16 CST
![]() |
![]() |