AllExperts > Oracle 
Search      
Oracle
Volunteer
Answers to thousands of questions
 Home · More Oracle Questions · Answer Library  · Encyclopedia ·
More Oracle Answers
Question Library

Ask a question about Oracle
Volunteer
Experts of the Month
Expert Login

Awards

About Us
Tell friends
Link to Us
Disclaimer

 
 
 
 
About Peter Choi
Expertise
I am a senior Oracle DBA, PeopleSoft Administrator and Project Manager with 10+ years experience. I have been working with PeopleSoft (HRMS 5, 7, 7.x and 8.9), Oracle RDBMS (7.3 - 11gR1) on various Unix and Windows platforms, and some Oracle Application Server (9i/10gR2). I also have experience with the configuration and administration of BEA`s Tuxedo and WebLogic for PeopleSoft 8.x.

 
   

You are here:  Experts > Computing/Technology > Oracle > Oracle > RMAN Backup Database Instance

Oracle - RMAN Backup Database Instance


Expert: Peter Choi - 11/5/2009

Question
Hi Peter.
Can you explain me, is it possible to backup database instance by using RMAN. I have one database and several instances in it (3 instances), and 6 tablespaces (2 tablespaces for each instance). I need to backup just one instance, like I can do by using expdp. I just run the command: expdp orauser/password dumpfile=data_pump:dump_file_name.dmp schemas=orauser and that's is. The dump file will contain only data (tablespaces) forf this orauser user.
How can I do the same by using RMAN ?

Thanks.

Answer
Hi Magerram,

What is RMAN?
http://www.orafaq.com/wiki/Oracle_database_Backup_and_Recovery_FAQ#What_is_RMAN_...
http://download.oracle.com/docs/cd/B19306_01/backup.102/b14192/intro005.htm#sthr...

How to setup RMAN?
http://forums.oracle.com/forums/thread.jspa?threadID=358716
http://download.oracle.com/docs/cd/B19306_01/backup.102/b14192/setup.htm#i101490...

How to use RMAN?
http://download.oracle.com/docs/cd/B19306_01/backup.102/b14192/bkup.htm#i1005689

While you can continue to use EXPDP to backup your database, RMAN is intended as a tool. An optional component of RMAN is to setup an RMAN Meta-Database. Essentially each RMAN backup information (and generation) is stored in your meta-database. Using RMAN, you can choose which generation to restore from if needed. RMAN can also help with FULL or incremental database backup.

Hope this helps.

Peter

Add to this Answer   Ask a Question


 
User Agreement | Privacy Policy | Kids' Privacy Policy | Help
Copyright  © 2008 About, Inc. AllExperts, AllExperts.com, and About.com are registered trademarks of About, Inc. All rights reserved.