Size of Rman incremental level 1 backup is higher than level 0 [message #172547] |
Wed, 17 May 2006 02:59 |
hafeezs
Messages: 8 Registered: May 2006 Location: islamabad
|
Junior Member |
|
|
RDBMS Version: Oracle 10g Rel 2
Operating System and Version: Solaris 9
Product (i.e. SQL*Loader, Import, etc.): RMAN
Hi,
I am using Oracle 10 Rel 2.
I have to take the Rman backup(Full) and incremental backup on rest of week days.
I follow the following process. please check it and let me know where is problem.
For full backup on monday i use following procedure.
BACKUP INCREMENTAL
LEVEL 0 device type disk TAG = WEEKLY DATABASE include current controlfile;
and for other days i use
BACKUP INCREMENTAL
LEVEL 1 device type disk TAG = TUE DATABASE include current controlfile;
i donot know where i am doing wrong.but i want that the size of remainig days should be less than Weekly backup and that suould be equal to the changes which i have made in Database after Full backup.
I have also enabled block change tracking by.
ALTER DATABASE ENABLE
BLOCK CHANGE TRACKING USING FILE
'/u04/oradata/AVBS/bct.dbf';
Your help will be apericiated.
Hafeez
|
|
|