Posted by Mir Sayeed Hassan on 7th October 2017
Restore Full with Incremental Backup of Database by using RMAN The below step by step procedure is to Restore Full Database with Incremental backup from the Production DB to Test DB Env for the verification purpose by using RMAN Transfer the Production Full DB to Test DB for restore by using WINSCP, SCP etc
Posted in RMAN | Comments Off on Restore Full with Incremental Backup of Database using RMAN
Posted by Mir Sayeed Hassan on 7th October 2017
Restore full Database by using RMAN The below step by step procedure is to Restore DB from the Production DB to Test DB Env for the verification purpose by using RMAN Transfer the Production Full DB Backup to Test DB for restore by using WINSCP, SCP etc [oracle@PRODDB friday_level_0]$ cd /oradata/backup/rman/friday_level_0
Posted in RMAN | Comments Off on Restore full Database by using RMAN
Posted by Mir Sayeed Hassan on 4th October 2017
Configure RMAN backup using crontab [oracle@localhost ~]$ crontab -l ############################################################## #Script Used To Create Hourly Exports Of prm database Schemas_Synaps ############################################################### 00 20 * * 0-7 /backup/Daily_Schema_dump/dumpfile.sh testdb >/dev/null ################################# #RMAN… Read more..
Posted in RMAN | Comments Off on Configure RMAN backup using crontab
Posted by Mir Sayeed Hassan on 2nd October 2017
Restore the Oracle database Procedure Copy the datafiles, archivelog files and controlfile to restore backup location Set the SID of the restore database in .bash_profile and run the bash profile — $. .bash_profile Crosscheck the existing backup restore, if any expired, delete those backup… Read more..
Posted in RMAN | Comments Off on Restore database step by step procedure
Posted by Mir Sayeed Hassan on 2nd October 2017
Register the archivelog Manually for single & multiple/bulk archivelog in Oracle Database Fallow the below simple steps to perform the operation Register the archive log manually in a database sql> alter database register logfile ‘/u01/app/oracle/FRA/arch_1_101.arc’; Bulk register the archive lo rman> catalog start with ‘/var/arch’;
Posted in RMAN | Comments Off on Register the archivelog Manually for single & multiple/bulk archivelog
Posted by Mir Sayeed Hassan on 2nd October 2017
RMAN Backup Compressions tested in our Test ENV RMAN Backup Compressions The compression levels are BASIC, HIGH, MEDIUM and LOW To use this option, we can run the following RMAN commands RMAN>… Read more..
Posted in RMAN | Comments Off on RMAN Backup Compressions tested in our Test ENV