what is the advantage to using RMAN in Oracle 11g Standard Edition [message #582198] |
Mon, 15 April 2013 11:51 |
|
bettyp106
Messages: 2 Registered: April 2013
|
Junior Member |
|
|
Hi all,
We are upgrading from oracle 9.2.0.8 to 11g r2, and both are Standard Edition database. The database is part of a product that runs on a customer site, and won't get bigger than 50 GB. It runs in archive mode, and our backup script does a hot backup every night, plus copying the archive logs, redos, controlfiles, etc. We save 2 entire backups - from the last night plus the night before last. Then there's a tape backup that saves the backed-up files to an off-server location.
This architecture has allowed us to recover our customer's data from many odd occurrences at customer sites (power loss during a hot backup, corrupt controlfiles/datafiles/archivelogs). My question is, given that we are running the Standard Edition database, which doesn't have most of the helpful RMAN features, is it worth it to switch to RMAN?
I took an Oracle Backup and Recovery class and posed this question to the instructor, and the response was, it would be better to use RMAN over a manual user backup script. Our backup script is pretty battle-hardened - is that the best reason?
Also having trouble finding documentation that tells exactly what the standard edition DOES allow me to do.
Sorry so long-winded - trying to include everything in the first shot at this. Any help is VERY appreciated!
|
|
|
|
|
Re: what is the advantage to using RMAN in Oracle 11g Standard Edition [message #582504 is a reply to message #582198] |
Thu, 18 April 2013 22:12 |
hkchital
Messages: 128 Registered: September 2008 Location: Singapore
|
Senior Member |
|
|
You'll find that when you hire new DBAs they would more likely know RMAN than User Managed Backups. Your User-Managed Backup scripts are site-specific -- a new DBA would have to be "trained" on them (learning the limitations, the edge-cases, the recovery scenarios).
I used to use scripted backups till 8i and 9i. Switched to RMAN in 10g. I am still familiar with User Managed Backups.
RMAN tracks your BackupSets, BackupPieces, Checkpoint SCNs, ArchivedLog and Controlfile backups for you. RMAN may result in smaller ArchiveLog volumes when backups are running.
Hemant K Chitale
|
|
|
|
|
|