Home > Oracle Database / Applications News > Perform tablespace recovery with RMAN
Oracle Database / Applications News:
EMAIL THIS

Perform tablespace recovery with RMAN

By Kenny Smith
15 Dec 2003 | IOUG

Digg This!    StumbleUpon Toolbar StumbleUpon    Bookmark with Delicious Del.icio.us   


The following is Recovery Manager tip #5 from "30 tips in 30 minutes," brought to you by the IOUG. Return to the main page for more tips on this topic.


RMAN will perform a tablespace point in time recovery with just a few simple commands. Connect to the target database, the catalog schema and auxiliary instance. Run these commands to recover the USERS tablespace up to (but not including) time 15:34:38 on July 22:

run {
   set command id to 'Perform TSPITR';
   set until time "to_date('22-JUL-2002 15:34:38,
                           'DD-MON-YYYY HH24:MI:SS')";
   allocate clone channel d1 type disk;
   recover tablespace users;
}
For more details: see chapter 17 of "Oracle backup and recovery 101."


Get more tips in minutes! Return to the main page.

About the author: Kenny Smith has been working with Oracle technology on HP servers for over a decade. He specializes in Oracle database architecture, database administration and development. He has presented at numerous Oracle conferences on two continents. He has published many articles describing Oracle solutions and has co-authored "Oracle backup and recovery 101" from Oracle Press.

IOUG: Become a member of the IOUG to access the paper referenced here and a repository of technical content created for Oracle users by Oracle users.

Tags: Other recovery operationsVIEW ALL TAGS

Digg This!    StumbleUpon Toolbar StumbleUpon    Bookmark with Delicious Del.icio.us   



RELATED CONTENT
Other recovery operations
Recovering from user errors
Data warehouse disaster recovery 101
Copying data from test server database
How do I recover deleted data without writing over current data?
Creating a Recovery Catalog in Oracle 8i
Updating a remote database using redo logs
Restoring an inadvertently dropped table
Deploy redundant recovery catalogs
Create a database clone using an open backup
Recovering lost table and data before TSPITR

RELATED RESOURCES
2020software.com, trial software downloads for accounting software, ERP software, CRM software and business software systems
Search Bitpipe.com for the latest white papers and business webcasts
Whatis.com, the online computer dictionary



Oracle News, Oracle Training, Oracle Management
HomeNewsTopicsTipsAsk the ExpertsMultimediaWhite PapersProductsBlogs
About Us  |  Contact Us  |  For Advertisers  |  For Business Partners  |  Site Index  |  RSS
SEARCH 
TechTarget provides technology professionals with the information they need to perform their jobs - from developing strategy, to making cost-effective purchase decisions and managing their organizations' technology projects - with its network of technology-specific websites, events and online magazines.

TechTarget Corporate Web Site  |  Media Kits  |  Site Map




All Rights Reserved, Copyright 2003 - 2009, TechTarget | Read our Privacy Policy
  TechTarget - The IT Media ROI Experts