No. You could possibly simulate in PL/SQL with BULK COLLECT .. LIMIT into a persistent collection type followed by MERGE INTO .. USING (SELECT * FROM TABLE (...)).

However the CORRECT thing to do here is to appropriately size ALL your rollback segments.