YouTube magic that brings views, likes and suibscribers
Get Free YouTube Subscribers, Views and Likes

RMAN Backups - Full Backup Vs Incremental Backups || Level 0 u0026 Level 1 || Diff Vs Cum Backup

Follow
Vismo Technologies

RMAN Database backup:
=======================
rman target /
CONFIGURE CONTROLFILE AUTOBACKUP ON;
backup database plus archivelog format='/u01/backup/RMAN/database/backup_%d_%T_%U';

RMAN Archive log backup:
======================
rman target /
backup archivelog all;
backup archivelog all format='/u01/backup/RMAN/database/backup_%d_%T_%U';


RMAN LEVEL0 and LEVEL1 backup:
==============================
rman target /

backup incremental level 0 database plus archivelog format='/u01/backup/RMAN/LEVEL0/backup_%d_%T_%U';
backup incremental level 1 database plus archivelog format='/u01/backup/RMAN/LEVEL1/backup_%d_%T_%U';

backup incremental level 0 database plus archivelog TAG LEVEL_0 format='/u01/backup/RMAN/LEVEL0/backup_%d_%T_%U';
backup incremental level 1 database plus archivelog TAG LEVEL_1 format='/u01/backup/RMAN/LEVEL0/backup_%d_%T_%U';

#RMAN #FullBackup #RMANIncrementalBackup #level0 #level1 #differential #Cummulative #Oracle #Database #Exadata

Please do follow me and support me on,

LinkedIn:   / mallik034  
YouTube:    / mallik034  
Fakebook:   / mallik034  
Blog: https://mallik034.blogspot.com'>https://mallik034.blogspot.com
twitter:   / mallik034  
Instagram:   / mallik034  
FBPage:   / mallik034oracledba  
Skype: malluramadurg


Regards,
Mallikarjun Ramadurg
Mobile: +91 9880616848
WhatsApp: +91 9880616848
Email: [email protected]
LinkedIn:   / mallik034  
YouTube:    / mallik034  
Fakebook:   / mallik034  
Blog: https://mallik034.blogspot.com'>https://mallik034.blogspot.com
twitter:   / mallik034  
Instagram:   / mallik034  
FBPage:   / mallik034oracledba  
Skype: malluramadurg

posted by tastedux