65 pts.
 Rman Backup
what's the steps to take backup through RMAN and is it required RMAN Repository to backup?

Software/Hardware used:
ASKED: July 31, 2008  9:03 AM
UPDATED: July 31, 2008  3:51 PM

Answer Wiki:
SatishJain It is not required to have a separate repository for RMAN because, by default, RMAN will write records to the database control file. To take a complete database backup, start RMAN from the OS command prompt: > rman target / Then issue the RMAN backup command: RMAN> backup database plus archivelog; The location of the backup set (files) is dependent on release and RMAN environment settings. In 10g, by default, RMAN writes the backupset to the flash recovery area. You can check that location from sql*plus: SQL> show parameter db_recovery I have a series of free online tutorials here - http://www.skillbuilders.com/Tutorials-V2/SkillBuilders%20Oracle%20Tutorials.cfm http://www.oraclecoursebooks.com/ Hope this helps. Dave
Last Wiki Answer Submitted:  July 31, 2008  3:51 pm  by  Skillbuilders   15 pts.
All Answer Wiki Contributors:  Skillbuilders   15 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _