| Create a Backup and Restore "Tablespace" [message #407784] |
Thu, 11 June 2009 10:32  |
orapmj Messages: 2 Registered: June 2009 |
Junior Member |
|
|
Hi
I am new to Oracle. I have a task to find out how to take a backup of a tablespace with the associated user and recover that backup later. I have been surfing quite a lot and am not able to come to a solution. Please help me in this. Thanks
|
|
|
|
|
|
| Re: Create a Backup and Restore "Tablespace" [message #407865 is a reply to message #407790] |
Fri, 12 June 2009 01:18  |
brillix Messages: 6 Registered: June 2009 |
Junior Member |
|
|
Usually backups are in the scope of the entire database.
BUT RMAN can let you backup and restore specific tablespace (After you have taken base backup of the entire database).
Look here for some RMAN scripts - http://www.dbsnaps.com/articles/ora_rman_script/
My recommendation to you is backup and restore the entire database in cases you need only some of the data go for export/import and import only corrupted data.
Oded
[Updated on: Fri, 12 June 2009 01:31] by Moderator
|
|
|