Oracle RMAN – How Long Will an Already Started Online Backup Take?

oraclerman

I need to query know how long an online backup which is already started with RMAN will still take.

Any recommendation for a query?

Best Answer

RMAN jobs show up in V$SESSION_LONGOPS with OPNAME like 'RMAN%', there you can query the value of TIME REMAINING. Beware, this is just an estimate.