Exporting LOBs from 12.1 using expdmp
Hi is there a recommended method to export a large database table on oracle 12.1 using expdmp (will be importing into 19c ADB)?
Since Oracle 12.1 doesn’t support TRANSFORM=DATA_ACCESS_METHOD:STREAMED
, Is it ok to use ACCESS_METHOD=DIRECT_PATH
to optimize LOB handling?
The client has tried other parameters but they all result in snapshot too old