Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Recover Tablespace?

RE: Recover Tablespace?

From: Hollis, Les <Les.Hollis_at_ps.net>
Date: Tue, 12 Apr 2005 21:14:23 -0500
Message-ID: <683E0A1C82D75246BD9F4E01F77CBB0F2633C8@pscdalpexch02.perotsystems.net>


Alter the datafiles associated offline immediate Restore the datafiles from backup...if one exists....if it doesn't exist, recreate the datafile=20

(do an alter database backup controlfile to trace to get the datafile location recreate the datafile)

SQL> ALTER DATABASE CREATE DATAFILE =20
      2> '/ORADATA/u03/users01.dbf';

THEN=20 Recover either tablespace or datafiles using archive logs And current online redo if necessary

-----Original Message-----

From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Bryan Wells Sent: Tuesday, April 12, 2005 4:58 PM
To: Oracle-L
Subject: Recover Tablespace?

we are playing with Tivoli trying to recover a tablespace from a snapshot=20
that was backedup earlier. because i am continually in learning mode, im

trying to find a way to recover a particular tablespace, one i created for=20
this experiment, back to the state at the time of the snapshot. im trying to=20
find docs on how to recover the tablespace. does this become a point in time=20
recovery, where the point in time is the snapshot? or is it an entire=20 database recovery resetting the logs?
 Oracle 9iR2 on W2K AdvSvr
=20
--=20

Bryan S Wells - DBA Newbie
bunjibry_at_gmail.com

--

http://www.freelists.org/webpage/oracle-l

--

http://www.freelists.org/webpage/oracle-l Received on Tue Apr 12 2005 - 22:37:25 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US