Home » RDBMS Server » Backup & Recovery » Backup scenario
Backup scenario [message #165098] Tue, 28 March 2006 05:44 Go to next message
dbasif
Messages: 35
Registered: March 2006
Location: Bangalore, India
Member

Hi All,

i have one backup scenario,

suppose my production database is running in archive log mode, and i have taken the hot backup at night.
today at 2:00 pm i created one table and dropped at 4:00 pm.

my question is :is it possible recover the dropped table as the same is not backed up at night ??? if yes then how.

Regards
Mohammad Asif
Re: Backup scenario [message #165104 is a reply to message #165098] Tue, 28 March 2006 06:13 Go to previous messageGo to next message
tarundua
Messages: 1080
Registered: June 2005
Location: India
Senior Member


Yes, that's why we keep our database in Archive log mode.

--> How?

Read the manuals, it's there.
icon5.gif  Re: Backup scenario [message #165118 is a reply to message #165098] Tue, 28 March 2006 06:35 Go to previous messageGo to next message
kmsalih
Messages: 197
Registered: March 2006
Senior Member
hi

which version of oracle are you using?


Regards
SALIH Cool
icon9.gif  Re: Backup scenario [message #165126 is a reply to message #165104] Tue, 28 March 2006 07:01 Go to previous messageGo to next message
dbasif
Messages: 35
Registered: March 2006
Location: Bangalore, India
Member


is it ok ?????
correct me if i am wrong ??

* shutdown the db
* restore all db files and archivelog files
* startup mount
* recover database until time ie 4:00 pm
* apply all the logs
* alter database open resetlogs

Asif
icon1.gif  Re: Backup scenario [message #165135 is a reply to message #165126] Tue, 28 March 2006 07:49 Go to previous message
kmsalih
Messages: 197
Registered: March 2006
Senior Member
hi,

If you are using 10g you can do DDL flashback.

I will explain one method

1. Shutdown DB

2. Make a fresh cold Backup including controlfiles and redo log files.

3. Restore from the Previous Backup (only datafiles).

4. Recover the database until time (here the time means time just before the drop table).

5. Open the database in reset logs.

6. Export that table.

7. Shutdown Database.

8. Restore the Database (including redo log files and control files) using the fresh backup made in Step 2.

9. Open the Database.

10. Export the Dump.

I didn't get a situation to test this.

Try to avoid this situation by taking the export of important tables at regular intervals.

Regards
SALIH KM




[Updated on: Tue, 28 March 2006 07:50]

Report message to a moderator

Previous Topic: ORA-00959 tablespace 'test' does not exist
Next Topic: Change based incomplete recovery
Goto Forum:
  


Current Time: Mon May 06 08:33:37 CDT 2024