Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: recoving the temp tablespace
I'm looking at my trace file and it does add a datafile to the temp tablespace. But, it has a new filename. Is the old file still registered in the data dictionary? Do I have to remove it?
-----Original Message-----
From: oracle-l-bounce_at_freelists.org [mailto:oracle-l-bounce_at_freelists.org]On Behalf Of Bobak, Mark
Sent: Tuesday, March 23, 2004 3:00 PM
To: oracle-l_at_freelists.org
Subject: RE: recoving the temp tablespace
All you need to do is 'alter tablespace temp add tempfile 'asasdsad'; for each tempfile. In fact, if you do a 'alter database backup controlfile to trace;' right now, it will contain the exact commands you'll need to run.
-Mark
-----Original Message-----
From: Jeffrey Beckstrom [mailto:JBECKSTROM_at_gcrta.org]
Sent: Tuesday, March 23, 2004 1:54 PM
To: oracle-l_at_freelists.org; ORACLE-L_at_IC.SUNYSB.EDU; oracledba_at_lazydba.com; oracle-databases_at_yahoogroups.com; oracle-rdbms_at_yahoogroups.com
Subject: recoving the temp tablespace
With 9i, we have implemented the temp tablespace. This tablespace does not get backed up. Shortly, we are going to move this database to a new server. We will
Question is in regards to the temp tablespace. Since it was not backed up, how do we recreate it?
![]() |
![]() |