Exists any utility which have all benefits of the sqlplus copy command and can also copy LOB columns
Addition Information:
we currenty build test cases with the copy command of sqlplus which has a lot of benefits:
- no database link
- implicit commit after a number or rows
- select only SOME columns of table - not ALL
- only select table/view privlige is need in the reading instance
I checked impdp with network link but I found nothing of the benefits of the copy command.