Regarding of amount of block change and the size of your database, one can have a huge decrease in backup time.
To activate:
alter database enable block change tracking using file ‘/u02/oracle/bct/bct.log’;
To following it:
SELECT filename, status, bytes
FROM v$block_change_tracking;