Let’s have look on the steps used for “RMAN Image Copy And Compressed Backup”

Backing up Particular Datafile and System file:

RMAN> run
{
allocate channel c1 type disk;
copy
datafile 1 to 'D:\oracle\product\10.2.0\flash_recovery_area\DBA01\Image copy\SYSTEM01.DBF',
current controlfile to 'D:\oracle\product\10.2.0\flash_recovery_area\DBA01\Image copy\CONTROL01.ctl';
}

Backup Database:

RMAN> backup as copy database;

Compressed Backup:

RMAN> backup as compressed backupset database;

RMAN> configure device type disk backup type to compressed backupset;

Today’s thought..

“Be helpful. When you see a person without a smile, give them yours.” —  Zig Ziglar

Thank you for giving your valuable time to read the above information.

If you want to be updated with all our articles send us the Invitation or Follow us:

Skant Gupta’s LinkedIn: www.linkedin.com/in/skantali/

Joel Perez’s LinkedIn: Joel Perez’s Profile

LinkedIn Group: Oracle Cloud DBAAS

Facebook Page: OracleHelp

About The Author

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.