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: Tablespace Restore

Re: Tablespace Restore

From: William Beilstein <BeilstWH_at_obg.com>
Date: Mon, 15 May 2000 08:36:57 -0400
Message-Id: <10498.105638@fatcity.com>


Correct. But what I would do is.

  1. backup all control,redo,and datafiles of database
  2. restore the database to before the table was lost
  3. recover to a point in time before the file was dropped
  4. export the needed file.
  5. restore the database from step 1
  6. import the missing file from the export in step 4.

This way you don't loose anything except time.

>>> Stephen Dance <steved_at_capbankcf.co.uk> 05/14/00 07:53AM >>>

Can someone do a sanity check please. Oracle 7.3.3 on NT 4.0 (SP5)

If a user has dropped an important table which MUST be restored the only way this can be done (without use of an up to date export) is to

  1. Restore the WHOLE database from the last backup with all archived redo logs
  2. Roll the database forward to a point in time just before the user fouled up
  3. Open the database with RESETLOGS

Am I correct in thinking there is no way to restore just the affected tablespace without touching the rest of the database.

Thanks
STEVE
--=20
Author: Stephen Dance
  INET: steved_at_capbankcf.co.uk=20

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Mon May 15 2000 - 07:36:57 CDT

Original text of this message

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