Question : I would like to duplicate to the same server Oracle Database with RMAN. I’ve configured flash recovery area […]
Tag: rman
ORA-01180 when restoring the database
Question : I get the following error message when trying to restore the database from backup using RMAN. rman target […]
Full, incremental or differential backup?
Question : Using RMAN my database is backed up once a day using a command similar to this backup incremental […]
Incremental level 1 RMAN not being deleted
Question : I am doing a level 0 (full) incremental backup on Sundays, with the following global script: printing stored […]
RMAN list archivelogs that are needed for to recover specified backup
Question : I’ve taken backup of datafiles in 31.12.2013. It completed datafile backups successfully, but archivelog backups failed. Now, I […]
RMAN Recovery In Oracle 11g : Backup Database To Tape
Question : On issuing this command: RMAN> backup device type sbt tablespace <tablespace_name>; we are getting the following error: ORA-19554: […]
Does an ad hoc, full backup, using Oracle RMAN, flag files, so they are not backed up by the regular backup?
Question : If I run a simple RMAN full backup, ad hoc, outside of the regular backup scheduled, does that […]
Can RMAN duplicate be used to “replace” an existing database?
Question : I have an unused database B, not valuable. I’d like to make a copy of database A, but […]
Restore database from individual datafile backups
Question : I had a script that backs up all the individual datafiles like: RMAN> BACKUP AS COMPRESSED BACKUPSET DATAFILE […]
Oracle 11gR2, duplicating and refreshing cloned database
Question : Assume I’ve cloned PROD database to TEST with RMAN “duplicate target database to CLONE from active database;”. After […]