Avoiding ORA-1555 errors during export ?
Perform and
Oracle export
on very large table. (considering that there would be modifications / DML performed on it).
During this time there are high chances that a
ORA-1555
might take place.
Is there any option in
'oracle export'
to avoid this issue ?
Also does
expdp (datapump export)
have any mechanism that could avoid such problems.
3